#5016BD
A medium, vivid purple closely aligning with Blueviolet.
About #5016BD
When working with digital screens, the color #5016BD is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 80 red, 22 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. The color uses 58% Cyan, 88% Magenta, 0% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5016BD
RGB80, 22, 189
HSL260.8°, 79.1%, 41.4%
CMYK58%, 88%, 0%, 26%
HSV260.8°, 88.4%, 74.1%
LAB29.3, 60.9, -74.8
XYZ12.8, 6.0, 48.6
Decimal5248701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.59:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.16:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5016BD;
}
.text-color {
color: #5016BD;
}
.border-color {
border: 2px solid #5016BD;
}