CSS Color Background

Byzantine

Pure CSS color background: #BD33A4. Use this solid color for personal and commercial creative projects.

Preview

Byzantine solid color background preview (#BD33A4)

Color value: #BD33A4

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #BD33A4; }

HTML Code

<section class="hero byzantine-bg"> <h2>Your content</h2> </section> <style> .byzantine-bg { background-color: #BD33A4; } </style>