Shades of Deep Magenta #B01AAA
Tints of Deep Magenta #B01AAA
RGB
CMYK
RGB Variations
Color information
#B01AAA (or 0xB01AAA) is known color: Deep Magenta. HEX triplet: B0, 1A and AA. RGB value is (176,26,170). Sum of RGB (Red+Green+Blue) = 176+26+170=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B01AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01AAA is #4FE555. Grayscale: #565656. Windows color (decimal): -5236054 or 11147952. OLE color: 11147952.
HSL color Cylindrical-coordinate representation of color #B01AAA: hue angle of 302.4º 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 #B01AAA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 170 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.31 |
| HSL | 302.4º | 0.74% | 0.4% | - |
| HSV(B) | 302.4º | 0.85% | 0.69% | - |
| XYZ | 25.53 | 12.87 | 39.17 | - |
| YUV | 87.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 170 | 0 | 0.85 | 0.03 | 0.31 | 302.4 | 0.74 | 0.4 |
| Hex | B0 | 1A | AA | 0 | 55 | 3 | 1F | 12E | 4A | 28 |
| Octal | 260 | 32 | 252 | 0 | 125 | 3 | 37 | 456 | 112 | 50 |
| Binary | 10110000 | 11010 | 10101010 | 0 | 1010101 | 11 | 11111 | 100101110 | 1001010 | 101000 |
Color Harmonies of #B01AAA
Complementary color
Monochromatic Colors of #B01AAA
Black with #B01AAA
Text Example
Text Example
White with #B01AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01AAA; }
p { color: rgb(176,26,170); }
H1.HeaderClassName
{
color: #B01AAA;
}
.AnyTagClassName
{
color: #B01AAA;
}
</style>
background-color css
<style>
a { background-color: #B01AAA; }
a { background-color: rgb(176,26,170); }
div.DivClassName
{
background-color: #B01AAA;
}
.BgClassName
{
background-color: #B01AAA;
}
</style>
border-color css
<style>
span { border-color: #B01AAA; }
span { border-color: rgb(176,26,170); }
td.TdClassName
{
border-color: #B01AAA;
}
.TagClassName
{
border-color: #B01AAA;
}
</style>