#BD16F0
A medium, vivid magenta closely aligning with Darkviolet.
About #BD16F0
Visually, #BD16F0 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(189, 22, 240).
If you are designing for print, the four-color process is what matters most. The color uses 21% Cyan, 91% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#BD16F0
RGB189, 22, 240
HSL286.0°, 87.9%, 51.4%
CMYK21%, 91%, 0%, 6%
HSV286.0°, 90.8%, 94.1%
LAB49.1, 84.4, -71.1
XYZ37.0, 17.7, 83.9
Decimal12392176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.54:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD16F0;
}
.text-color {
color: #BD16F0;
}
.border-color {
border: 2px solid #BD16F0;
}