#BD1DE2
A medium, vivid magenta closely aligning with Darkviolet.
About #BD1DE2
When working with digital screens, the color #BD1DE2 is rendered by mixing light. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(189, 29, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 16% cyan, 87% magenta, 0% yellow, and 11% black. With a hue angle of 288.7 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD1DE2
RGB189, 29, 226
HSL288.7°, 77.3%, 50.0%
CMYK16%, 87%, 0%, 11%
HSV288.7°, 87.2%, 88.6%
LAB48.5, 80.9, -64.2
XYZ35.2, 17.2, 73.4
Decimal12393954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.73:1
Text on #FFFFFF
AA
4.44:1
Text on #000000
AA Large
4.52:1
Text on #F8FAFC
AA
3.77:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD1DE2;
}
.text-color {
color: #BD1DE2;
}
.border-color {
border: 2px solid #BD1DE2;
}