Shades of Deep Magenta #B00BAB
Tints of Deep Magenta #B00BAB
RGB
CMYK
RGB Variations
Color information
#B00BAB (or 0xB00BAB) is known color: Deep Magenta. HEX triplet: B0, 0B and AB. RGB value is (176,11,171). Sum of RGB (Red+Green+Blue) = 176+11+171=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B00BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00BAB is #4FF454. Grayscale: #4E4E4E. Windows color (decimal): -5239893 or 11209648. OLE color: 11209648.
HSL color Cylindrical-coordinate representation of color #B00BAB: hue angle of 301.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00BAB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.31 |
| HSL | 301.82º | 0.88% | 0.37% | - |
| HSV(B) | 301.82º | 0.94% | 0.69% | - |
| XYZ | 25.37 | 12.41 | 39.59 | - |
| YUV | 78.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 171 | 0 | 0.94 | 0.03 | 0.31 | 301.82 | 0.88 | 0.37 |
| Hex | B0 | B | AB | 0 | 5E | 3 | 1F | 12E | 58 | 25 |
| Octal | 260 | 13 | 253 | 0 | 136 | 3 | 37 | 456 | 130 | 45 |
| Binary | 10110000 | 1011 | 10101011 | 0 | 1011110 | 11 | 11111 | 100101110 | 1011000 | 100101 |
Color Harmonies of #B00BAB
Complementary color
Monochromatic Colors of #B00BAB
Black with #B00BAB
Text Example
Text Example
White with #B00BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BAB; }
p { color: rgb(176,11,171); }
H1.HeaderClassName
{
color: #B00BAB;
}
.AnyTagClassName
{
color: #B00BAB;
}
</style>
background-color css
<style>
a { background-color: #B00BAB; }
a { background-color: rgb(176,11,171); }
div.DivClassName
{
background-color: #B00BAB;
}
.BgClassName
{
background-color: #B00BAB;
}
</style>
border-color css
<style>
span { border-color: #B00BAB; }
span { border-color: rgb(176,11,171); }
td.TdClassName
{
border-color: #B00BAB;
}
.TagClassName
{
border-color: #B00BAB;
}
</style>