#BD07B6
A dark, vivid magenta closely aligning with Darkorchid.
About #BD07B6
The hex code #BD07B6 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 7, and 182.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 96% Magenta, 4% Yellow, and 26% Black. With a hue angle of 302.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD07B6
RGB189, 7, 182
HSL302.3°, 92.9%, 38.4%
CMYK0%, 96%, 4%, 26%
HSV302.3°, 96.3%, 74.1%
LAB44.7, 76.8, -44.8
XYZ29.5, 14.3, 45.5
Decimal12388278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD07B6;
}
.text-color {
color: #BD07B6;
}
.border-color {
border: 2px solid #BD07B6;
}