Shades of Deep Magenta #B21AAF
Tints of Deep Magenta #B21AAF
RGB
CMYK
RGB Variations
Color information
#B21AAF (or 0xB21AAF) is known color: Deep Magenta. HEX triplet: B2, 1A and AF. RGB value is (178,26,175). Sum of RGB (Red+Green+Blue) = 178+26+175=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AAF is #4DE550. Grayscale: #575757. Windows color (decimal): -5104977 or 11475634. OLE color: 11475634.
HSL color Cylindrical-coordinate representation of color #B21AAF: hue angle of 301.18º 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 #B21AAF is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 175 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.30 |
| HSL | 301.18º | 0.75% | 0.4% | - |
| HSV(B) | 301.18º | 0.85% | 0.7% | - |
| XYZ | 26.47 | 13.3 | 41.73 | - |
| YUV | 88.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 175 | 0 | 0.85 | 0.02 | 0.30 | 301.18 | 0.75 | 0.4 |
| Hex | B2 | 1A | AF | 0 | 55 | 2 | 1E | 12D | 4B | 28 |
| Octal | 262 | 32 | 257 | 0 | 125 | 2 | 36 | 455 | 113 | 50 |
| Binary | 10110010 | 11010 | 10101111 | 0 | 1010101 | 10 | 11110 | 100101101 | 1001011 | 101000 |
Color Harmonies of #B21AAF
Complementary color
Monochromatic Colors of #B21AAF
Black with #B21AAF
Text Example
Text Example
White with #B21AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21AAF; }
p { color: rgb(178,26,175); }
H1.HeaderClassName
{
color: #B21AAF;
}
.AnyTagClassName
{
color: #B21AAF;
}
</style>
background-color css
<style>
a { background-color: #B21AAF; }
a { background-color: rgb(178,26,175); }
div.DivClassName
{
background-color: #B21AAF;
}
.BgClassName
{
background-color: #B21AAF;
}
</style>
border-color css
<style>
span { border-color: #B21AAF; }
span { border-color: rgb(178,26,175); }
td.TdClassName
{
border-color: #B21AAF;
}
.TagClassName
{
border-color: #B21AAF;
}
</style>