Shades of Deep Magenta #B21AAA
Tints of Deep Magenta #B21AAA
RGB
CMYK
RGB Variations
Color information
#B21AAA (or 0xB21AAA) is known color: Deep Magenta. HEX triplet: B2, 1A and AA. RGB value is (178,26,170). Sum of RGB (Red+Green+Blue) = 178+26+170=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AAA is #4DE555. Grayscale: #575757. Windows color (decimal): -5104982 or 11147954. OLE color: 11147954.
HSL color Cylindrical-coordinate representation of color #B21AAA: hue angle of 303.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21AAA is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 170 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.30 |
| HSL | 303.16º | 0.75% | 0.4% | - |
| HSV(B) | 303.16º | 0.85% | 0.7% | - |
| XYZ | 25.99 | 13.11 | 39.19 | - |
| YUV | 87.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 170 | 0 | 0.85 | 0.04 | 0.30 | 303.16 | 0.75 | 0.4 |
| Hex | B2 | 1A | AA | 0 | 55 | 4 | 1E | 12F | 4B | 28 |
| Octal | 262 | 32 | 252 | 0 | 125 | 4 | 36 | 457 | 113 | 50 |
| Binary | 10110010 | 11010 | 10101010 | 0 | 1010101 | 100 | 11110 | 100101111 | 1001011 | 101000 |
Color Harmonies of #B21AAA
Complementary color
Monochromatic Colors of #B21AAA
Black with #B21AAA
Text Example
Text Example
White with #B21AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21AAA; }
p { color: rgb(178,26,170); }
H1.HeaderClassName
{
color: #B21AAA;
}
.AnyTagClassName
{
color: #B21AAA;
}
</style>
background-color css
<style>
a { background-color: #B21AAA; }
a { background-color: rgb(178,26,170); }
div.DivClassName
{
background-color: #B21AAA;
}
.BgClassName
{
background-color: #B21AAA;
}
</style>
border-color css
<style>
span { border-color: #B21AAA; }
span { border-color: rgb(178,26,170); }
td.TdClassName
{
border-color: #B21AAA;
}
.TagClassName
{
border-color: #B21AAA;
}
</style>