Shades of Deep Magenta #B21CAC
Tints of Deep Magenta #B21CAC
RGB
CMYK
RGB Variations
Color information
#B21CAC (or 0xB21CAC) is known color: Deep Magenta. HEX triplet: B2, 1C and AC. RGB value is (178,28,172). Sum of RGB (Red+Green+Blue) = 178+28+172=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CAC is #4DE353. Grayscale: #585858. Windows color (decimal): -5104468 or 11279538. OLE color: 11279538.
HSL color Cylindrical-coordinate representation of color #B21CAC: hue angle of 302.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21CAC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 172 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.30 |
| HSL | 302.4º | 0.73% | 0.4% | - |
| HSV(B) | 302.4º | 0.84% | 0.7% | - |
| XYZ | 26.22 | 13.27 | 40.21 | - |
| YUV | 89.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 172 | 0 | 0.84 | 0.03 | 0.30 | 302.4 | 0.73 | 0.4 |
| Hex | B2 | 1C | AC | 0 | 54 | 3 | 1E | 12E | 49 | 28 |
| Octal | 262 | 34 | 254 | 0 | 124 | 3 | 36 | 456 | 111 | 50 |
| Binary | 10110010 | 11100 | 10101100 | 0 | 1010100 | 11 | 11110 | 100101110 | 1001001 | 101000 |
Color Harmonies of #B21CAC
Complementary color
Monochromatic Colors of #B21CAC
Black with #B21CAC
Text Example
Text Example
White with #B21CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CAC; }
p { color: rgb(178,28,172); }
H1.HeaderClassName
{
color: #B21CAC;
}
.AnyTagClassName
{
color: #B21CAC;
}
</style>
background-color css
<style>
a { background-color: #B21CAC; }
a { background-color: rgb(178,28,172); }
div.DivClassName
{
background-color: #B21CAC;
}
.BgClassName
{
background-color: #B21CAC;
}
</style>
border-color css
<style>
span { border-color: #B21CAC; }
span { border-color: rgb(178,28,172); }
td.TdClassName
{
border-color: #B21CAC;
}
.TagClassName
{
border-color: #B21CAC;
}
</style>