Shades of Deep Magenta #B21AAC
Tints of Deep Magenta #B21AAC
RGB
CMYK
RGB Variations
Color information
#B21AAC (or 0xB21AAC) is known color: Deep Magenta. HEX triplet: B2, 1A and AC. RGB value is (178,26,172). Sum of RGB (Red+Green+Blue) = 178+26+172=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AAC is #4DE553. Grayscale: #575757. Windows color (decimal): -5104980 or 11279026. OLE color: 11279026.
HSL color Cylindrical-coordinate representation of color #B21AAC: hue angle of 302.37º 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 #B21AAC is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 172 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.30 |
| HSL | 302.37º | 0.75% | 0.4% | - |
| HSV(B) | 302.37º | 0.85% | 0.7% | - |
| XYZ | 26.18 | 13.18 | 40.19 | - |
| YUV | 88.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 172 | 0 | 0.85 | 0.03 | 0.30 | 302.37 | 0.75 | 0.4 |
| Hex | B2 | 1A | AC | 0 | 55 | 3 | 1E | 12E | 4B | 28 |
| Octal | 262 | 32 | 254 | 0 | 125 | 3 | 36 | 456 | 113 | 50 |
| Binary | 10110010 | 11010 | 10101100 | 0 | 1010101 | 11 | 11110 | 100101110 | 1001011 | 101000 |
Color Harmonies of #B21AAC
Complementary color
Monochromatic Colors of #B21AAC
Black with #B21AAC
Text Example
Text Example
White with #B21AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21AAC; }
p { color: rgb(178,26,172); }
H1.HeaderClassName
{
color: #B21AAC;
}
.AnyTagClassName
{
color: #B21AAC;
}
</style>
background-color css
<style>
a { background-color: #B21AAC; }
a { background-color: rgb(178,26,172); }
div.DivClassName
{
background-color: #B21AAC;
}
.BgClassName
{
background-color: #B21AAC;
}
</style>
border-color css
<style>
span { border-color: #B21AAC; }
span { border-color: rgb(178,26,172); }
td.TdClassName
{
border-color: #B21AAC;
}
.TagClassName
{
border-color: #B21AAC;
}
</style>