#BD07E9
A medium, vivid magenta closely aligning with Darkviolet.
About #BD07E9
At its core, #BD07E9 is a medium and vivid hue. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 189 red, 7 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 19% Cyan, 97% Magenta, 0% Yellow, and 9% Black. The HSL representation is 288.3° hue, 94.2% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD07E9
RGB189, 7, 233
HSL288.3°, 94.2%, 47.1%
CMYK19%, 97%, 0%, 9%
HSV288.3°, 97.0%, 91.4%
LAB48.1, 84.8, -68.8
XYZ35.8, 16.9, 78.5
Decimal12388329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.80:1
Text on #FFFFFF
AA
4.37:1
Text on #000000
AA Large
4.59:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD07E9;
}
.text-color {
color: #BD07E9;
}
.border-color {
border: 2px solid #BD07E9;
}