Shades of Deep Magenta #B80CA8
Tints of Deep Magenta #B80CA8
RGB
CMYK
RGB Variations
Color information
#B80CA8 (or 0xB80CA8) is known color: Deep Magenta. HEX triplet: B8, 0C and A8. RGB value is (184,12,168). Sum of RGB (Red+Green+Blue) = 184+12+168=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CA8 is #47F357. Grayscale: #505050. Windows color (decimal): -4715352 or 11013304. OLE color: 11013304.
HSL color Cylindrical-coordinate representation of color #B80CA8: hue angle of 305.58º 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 #B80CA8 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 168 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.28 |
| HSL | 305.58º | 0.88% | 0.38% | - |
| HSV(B) | 305.58º | 0.93% | 0.72% | - |
| XYZ | 26.97 | 13.28 | 38.19 | - |
| YUV | 81.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 168 | 0 | 0.93 | 0.09 | 0.28 | 305.58 | 0.88 | 0.38 |
| Hex | B8 | C | A8 | 0 | 5D | 9 | 1C | 132 | 58 | 26 |
| Octal | 270 | 14 | 250 | 0 | 135 | 11 | 34 | 462 | 130 | 46 |
| Binary | 10111000 | 1100 | 10101000 | 0 | 1011101 | 1001 | 11100 | 100110010 | 1011000 | 100110 |
Color Harmonies of #B80CA8
Complementary color
Monochromatic Colors of #B80CA8
Black with #B80CA8
Text Example
Text Example
White with #B80CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CA8; }
p { color: rgb(184,12,168); }
H1.HeaderClassName
{
color: #B80CA8;
}
.AnyTagClassName
{
color: #B80CA8;
}
</style>
background-color css
<style>
a { background-color: #B80CA8; }
a { background-color: rgb(184,12,168); }
div.DivClassName
{
background-color: #B80CA8;
}
.BgClassName
{
background-color: #B80CA8;
}
</style>
border-color css
<style>
span { border-color: #B80CA8; }
span { border-color: rgb(184,12,168); }
td.TdClassName
{
border-color: #B80CA8;
}
.TagClassName
{
border-color: #B80CA8;
}
</style>