CSS Color Background

Medium Red-Violet

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

Preview

Medium Red-Violet solid color background preview (#BB3385)

Color value: #BB3385

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #BB3385; }

HTML Code

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