Shades of Deep Magenta #B80CAC
Tints of Deep Magenta #B80CAC
RGB
CMYK
RGB Variations
Color information
#B80CAC (or 0xB80CAC) is known color: Deep Magenta. HEX triplet: B8, 0C and AC. RGB value is (184,12,172). Sum of RGB (Red+Green+Blue) = 184+12+172=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CAC is #47F353. Grayscale: #515151. Windows color (decimal): -4715348 or 11275448. OLE color: 11275448.
HSL color Cylindrical-coordinate representation of color #B80CAC: hue angle of 304.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80CAC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 172 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.28 |
| HSL | 304.19º | 0.88% | 0.38% | - |
| HSV(B) | 304.19º | 0.93% | 0.72% | - |
| XYZ | 27.35 | 13.43 | 40.18 | - |
| YUV | 81.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 172 | 0 | 0.93 | 0.07 | 0.28 | 304.19 | 0.88 | 0.38 |
| Hex | B8 | C | AC | 0 | 5D | 7 | 1C | 130 | 58 | 26 |
| Octal | 270 | 14 | 254 | 0 | 135 | 7 | 34 | 460 | 130 | 46 |
| Binary | 10111000 | 1100 | 10101100 | 0 | 1011101 | 111 | 11100 | 100110000 | 1011000 | 100110 |
Color Harmonies of #B80CAC
Complementary color
Monochromatic Colors of #B80CAC
Black with #B80CAC
Text Example
Text Example
White with #B80CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CAC; }
p { color: rgb(184,12,172); }
H1.HeaderClassName
{
color: #B80CAC;
}
.AnyTagClassName
{
color: #B80CAC;
}
</style>
background-color css
<style>
a { background-color: #B80CAC; }
a { background-color: rgb(184,12,172); }
div.DivClassName
{
background-color: #B80CAC;
}
.BgClassName
{
background-color: #B80CAC;
}
</style>
border-color css
<style>
span { border-color: #B80CAC; }
span { border-color: rgb(184,12,172); }
td.TdClassName
{
border-color: #B80CAC;
}
.TagClassName
{
border-color: #B80CAC;
}
</style>