#B65F8A
A medium, moderate magenta closely aligning with Palevioletred.
About #B65F8A
Visually, #B65F8A is defined as a moderate magenta. Its closest recognized web color is Palevioletred. Its digital footprint relies on 182 parts red, 95 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 48% magenta, 24% yellow, and 29% black. With a hue angle of 330.3 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65F8A
RGB182, 95, 138
HSL330.3°, 37.3%, 54.3%
CMYK0%, 48%, 24%, 29%
HSV330.3°, 47.8%, 71.4%
LAB51.8, 40.3, -7.9
XYZ28.0, 20.0, 26.4
Decimal11952010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65F8A;
}
.text-color {
color: #B65F8A;
}
.border-color {
border: 2px solid #B65F8A;
}