Shades of Deep Magenta #B01AAB
Tints of Deep Magenta #B01AAB
RGB
CMYK
RGB Variations
Color information
#B01AAB (or 0xB01AAB) is known color: Deep Magenta. HEX triplet: B0, 1A and AB. RGB value is (176,26,171). Sum of RGB (Red+Green+Blue) = 176+26+171=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B01AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01AAB is #4FE554. Grayscale: #565656. Windows color (decimal): -5236053 or 11213488. OLE color: 11213488.
HSL color Cylindrical-coordinate representation of color #B01AAB: hue angle of 302º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01AAB is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 171 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.31 |
| HSL | 302º | 0.74% | 0.4% | - |
| HSV(B) | 302º | 0.85% | 0.69% | - |
| XYZ | 25.62 | 12.91 | 39.67 | - |
| YUV | 87.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 171 | 0 | 0.85 | 0.03 | 0.31 | 302 | 0.74 | 0.4 |
| Hex | B0 | 1A | AB | 0 | 55 | 3 | 1F | 12E | 4A | 28 |
| Octal | 260 | 32 | 253 | 0 | 125 | 3 | 37 | 456 | 112 | 50 |
| Binary | 10110000 | 11010 | 10101011 | 0 | 1010101 | 11 | 11111 | 100101110 | 1001010 | 101000 |
Color Harmonies of #B01AAB
Complementary color
Monochromatic Colors of #B01AAB
Black with #B01AAB
Text Example
Text Example
White with #B01AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01AAB; }
p { color: rgb(176,26,171); }
H1.HeaderClassName
{
color: #B01AAB;
}
.AnyTagClassName
{
color: #B01AAB;
}
</style>
background-color css
<style>
a { background-color: #B01AAB; }
a { background-color: rgb(176,26,171); }
div.DivClassName
{
background-color: #B01AAB;
}
.BgClassName
{
background-color: #B01AAB;
}
</style>
border-color css
<style>
span { border-color: #B01AAB; }
span { border-color: rgb(176,26,171); }
td.TdClassName
{
border-color: #B01AAB;
}
.TagClassName
{
border-color: #B01AAB;
}
</style>