Shades of Deep Magenta #B80BAB
Tints of Deep Magenta #B80BAB
RGB
CMYK
RGB Variations
Color information
#B80BAB (or 0xB80BAB) is known color: Deep Magenta. HEX triplet: B8, 0B and AB. RGB value is (184,11,171). Sum of RGB (Red+Green+Blue) = 184+11+171=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80BAB is #47F454. Grayscale: #505050. Windows color (decimal): -4715605 or 11209656. OLE color: 11209656.
HSL color Cylindrical-coordinate representation of color #B80BAB: hue angle of 304.51º 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 #B80BAB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.28 |
| HSL | 304.51º | 0.89% | 0.38% | - |
| HSV(B) | 304.51º | 0.94% | 0.72% | - |
| XYZ | 27.24 | 13.37 | 39.67 | - |
| YUV | 80.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 171 | 0 | 0.94 | 0.07 | 0.28 | 304.51 | 0.89 | 0.38 |
| Hex | B8 | B | AB | 0 | 5E | 7 | 1C | 131 | 59 | 26 |
| Octal | 270 | 13 | 253 | 0 | 136 | 7 | 34 | 461 | 131 | 46 |
| Binary | 10111000 | 1011 | 10101011 | 0 | 1011110 | 111 | 11100 | 100110001 | 1011001 | 100110 |
Color Harmonies of #B80BAB
Complementary color
Monochromatic Colors of #B80BAB
Black with #B80BAB
Text Example
Text Example
White with #B80BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BAB; }
p { color: rgb(184,11,171); }
H1.HeaderClassName
{
color: #B80BAB;
}
.AnyTagClassName
{
color: #B80BAB;
}
</style>
background-color css
<style>
a { background-color: #B80BAB; }
a { background-color: rgb(184,11,171); }
div.DivClassName
{
background-color: #B80BAB;
}
.BgClassName
{
background-color: #B80BAB;
}
</style>
border-color css
<style>
span { border-color: #B80BAB; }
span { border-color: rgb(184,11,171); }
td.TdClassName
{
border-color: #B80BAB;
}
.TagClassName
{
border-color: #B80BAB;
}
</style>