#5000BD
A dark, vivid purple closely aligning with Mediumblue.
About #5000BD
At its core, #5000BD is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 80 red, 0 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 58% cyan and 100% magenta inks. With a hue angle of 265.4 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5000BD
RGB80, 0, 189
HSL265.4°, 100.0%, 37.1%
CMYK58%, 100%, 0%, 26%
HSV265.4°, 100.0%, 74.1%
LAB27.8, 65.5, -77.3
XYZ12.5, 5.4, 48.5
Decimal5243069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.12:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.67:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5000BD;
}
.text-color {
color: #5000BD;
}
.border-color {
border: 2px solid #5000BD;
}