CSS Color Background

African Violet

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

Preview

African Violet solid color background preview (#B284BE)

Color value: #B284BE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B284BE; }

HTML Code

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