#BD07A0
A dark, vivid magenta closely aligning with Darkmagenta.
About #BD07A0
Visually, #BD07A0 is defined as a vivid magenta. Designers often compare it to the standard color Darkmagenta. Its digital footprint relies on 189 parts red, 7 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 96% Magenta, 15% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD07A0
RGB189, 7, 160
HSL309.6°, 92.9%, 38.4%
CMYK0%, 96%, 15%, 26%
HSV309.6°, 96.3%, 74.1%
LAB43.5, 73.8, -33.6
XYZ27.4, 13.5, 34.4
Decimal12388256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.67:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.42:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD07A0;
}
.text-color {
color: #BD07A0;
}
.border-color {
border: 2px solid #BD07A0;
}