#BD07DB
A medium, vivid magenta closely aligning with Darkviolet.
About #BD07DB
Visually, #BD07DB is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 7, and 219.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 14% cyan, 97% magenta, 0% yellow, and 14% black. The HSL representation is 291.5° hue, 93.8% saturation, and 44.3% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD07DB
RGB189, 7, 219
HSL291.5°, 93.8%, 44.3%
CMYK14%, 97%, 0%, 14%
HSV291.5°, 96.8%, 85.9%
LAB47.1, 82.5, -62.5
XYZ33.8, 16.1, 68.3
Decimal12388315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD07DB;
}
.text-color {
color: #BD07DB;
}
.border-color {
border: 2px solid #BD07DB;
}