#BF0BEA
A medium, vivid magenta closely aligning with Darkviolet.
About #BF0BEA
Visually, #BF0BEA is defined as a vivid magenta. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 191, 11, and 234.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 18% Cyan, 95% Magenta, 0% Yellow, and 8% Black. The HSL representation is 288.4° hue, 91.0% saturation, and 48.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BF0BEA
RGB191, 11, 234
HSL288.4°, 91.0%, 48.0%
CMYK18%, 95%, 0%, 8%
HSV288.4°, 95.3%, 91.8%
LAB48.6, 84.9, -68.6
XYZ36.5, 17.3, 79.3
Decimal12520426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BF0BEA;
}
.text-color {
color: #BF0BEA;
}
.border-color {
border: 2px solid #BF0BEA;
}