#B61D99
A medium, vivid magenta closely aligning with Darkmagenta.
About #B61D99
The hex code #B61D99 represents a beautifully specific shade of magenta. Its closest recognized web color is Darkmagenta. In the RGB color space, it consists of 182 red, 29 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 84% magenta, 16% yellow, and 29% black. The HSL representation is 311.4° hue, 72.5% saturation, and 41.4% 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#B61D99
RGB182, 29, 153
HSL311.4°, 72.5%, 41.4%
CMYK0%, 84%, 16%, 29%
HSV311.4°, 84.1%, 71.4%
LAB42.9, 68.3, -30.4
XYZ25.5, 13.1, 31.3
Decimal11935129
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.79:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.54:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B61D99;
}
.text-color {
color: #B61D99;
}
.border-color {
border: 2px solid #B61D99;
}