#B65092
A medium, moderate magenta closely aligning with Palevioletred.
About #B65092
At its core, #B65092 is a medium and moderate hue. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 80, and 146.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 56% magenta, 20% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65092
RGB182, 80, 146
HSL321.2°, 41.1%, 51.4%
CMYK0%, 56%, 20%, 29%
HSV321.2°, 56.0%, 71.4%
LAB49.2, 49.1, -16.5
XYZ27.3, 17.8, 29.2
Decimal11948178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65092;
}
.text-color {
color: #B65092;
}
.border-color {
border: 2px solid #B65092;
}