Shades of Deep Magenta #B80BA8
Tints of Deep Magenta #B80BA8
RGB
CMYK
RGB Variations
Color information
#B80BA8 (or 0xB80BA8) is known color: Deep Magenta. HEX triplet: B8, 0B and A8. RGB value is (184,11,168). Sum of RGB (Red+Green+Blue) = 184+11+168=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80BA8 is #47F457. Grayscale: #505050. Windows color (decimal): -4715608 or 11013048. OLE color: 11013048.
HSL color Cylindrical-coordinate representation of color #B80BA8: hue angle of 305.55º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.28 |
| HSL | 305.55º | 0.89% | 0.38% | - |
| HSV(B) | 305.55º | 0.94% | 0.72% | - |
| XYZ | 26.95 | 13.26 | 38.18 | - |
| YUV | 80.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 168 | 0 | 0.94 | 0.09 | 0.28 | 305.55 | 0.89 | 0.38 |
| Hex | B8 | B | A8 | 0 | 5E | 9 | 1C | 132 | 59 | 26 |
| Octal | 270 | 13 | 250 | 0 | 136 | 11 | 34 | 462 | 131 | 46 |
| Binary | 10111000 | 1011 | 10101000 | 0 | 1011110 | 1001 | 11100 | 100110010 | 1011001 | 100110 |
Color Harmonies of #B80BA8
Complementary color
Monochromatic Colors of #B80BA8
Black with #B80BA8
Text Example
Text Example
White with #B80BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BA8; }
p { color: rgb(184,11,168); }
H1.HeaderClassName
{
color: #B80BA8;
}
.AnyTagClassName
{
color: #B80BA8;
}
</style>
background-color css
<style>
a { background-color: #B80BA8; }
a { background-color: rgb(184,11,168); }
div.DivClassName
{
background-color: #B80BA8;
}
.BgClassName
{
background-color: #B80BA8;
}
</style>
border-color css
<style>
span { border-color: #B80BA8; }
span { border-color: rgb(184,11,168); }
td.TdClassName
{
border-color: #B80BA8;
}
.TagClassName
{
border-color: #B80BA8;
}
</style>