#BD07D3
A medium, vivid magenta closely aligning with Darkviolet.
About #BD07D3
Visually, #BD07D3 is defined as a vivid magenta. Its closest recognized web color is Darkviolet. This translates to an RGB value of rgb(189, 7, 211).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 10% C, 97% M, 0% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD07D3
RGB189, 7, 211
HSL293.5°, 93.6%, 42.7%
CMYK10%, 97%, 0%, 17%
HSV293.5°, 96.7%, 82.7%
LAB46.5, 81.2, -58.8
XYZ32.8, 15.7, 62.9
Decimal12388307
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD07D3;
}
.text-color {
color: #BD07D3;
}
.border-color {
border: 2px solid #BD07D3;
}