#B61D6D
A medium, vivid magenta closely aligning with Mediumvioletred.
About #B61D6D
When working with digital screens, the color #B61D6D is rendered by mixing light. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 29, and 109.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 84% magenta inks. The HSL representation is 328.6° hue, 72.5% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B61D6D
RGB182, 29, 109
HSL328.6°, 72.5%, 41.4%
CMYK0%, 84%, 40%, 29%
HSV328.6°, 84.1%, 71.4%
LAB41.1, 63.1, -6.2
XYZ22.5, 11.9, 15.6
Decimal11935085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.20:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.93:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61D6D;
}
.text-color {
color: #B61D6D;
}
.border-color {
border: 2px solid #B61D6D;
}