#BD07E2
A medium, vivid magenta closely aligning with Darkviolet.
About #BD07E2
Visually, #BD07E2 is defined as a vivid magenta. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 189 red, 7 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 16% cyan, 97% magenta, 0% yellow, and 11% black. The HSL representation is 289.9° hue, 94.0% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. 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#BD07E2
RGB189, 7, 226
HSL289.9°, 94.0%, 45.7%
CMYK16%, 97%, 0%, 11%
HSV289.9°, 96.9%, 88.6%
LAB47.6, 83.6, -65.7
XYZ34.8, 16.5, 73.3
Decimal12388322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD07E2;
}
.text-color {
color: #BD07E2;
}
.border-color {
border: 2px solid #BD07E2;
}