#B63A7C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #B63A7C
Visually, #B63A7C is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(182, 58, 124).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 68% magenta, 32% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#B63A7C
RGB182, 58, 124
HSL328.1°, 51.7%, 47.1%
CMYK0%, 68%, 32%, 29%
HSV328.1°, 68.1%, 71.4%
LAB44.8, 55.7, -9.9
XYZ24.4, 14.4, 20.6
Decimal11942524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63A7C;
}
.text-color {
color: #B63A7C;
}
.border-color {
border: 2px solid #B63A7C;
}