Shades of Deep Magenta #B21BAB
Tints of Deep Magenta #B21BAB
RGB
CMYK
RGB Variations
Color information
#B21BAB (or 0xB21BAB) is known color: Deep Magenta. HEX triplet: B2, 1B and AB. RGB value is (178,27,171). Sum of RGB (Red+Green+Blue) = 178+27+171=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B21BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21BAB is #4DE454. Grayscale: #585858. Windows color (decimal): -5104725 or 11213746. OLE color: 11213746.
HSL color Cylindrical-coordinate representation of color #B21BAB: hue angle of 302.78º degrees, saturation: 0.74, 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 #B21BAB is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 171 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.30 |
| HSL | 302.78º | 0.74% | 0.4% | - |
| HSV(B) | 302.78º | 0.85% | 0.7% | - |
| XYZ | 26.1 | 13.19 | 39.7 | - |
| YUV | 88.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 171 | 0 | 0.85 | 0.04 | 0.30 | 302.78 | 0.74 | 0.4 |
| Hex | B2 | 1B | AB | 0 | 55 | 4 | 1E | 12F | 4A | 28 |
| Octal | 262 | 33 | 253 | 0 | 125 | 4 | 36 | 457 | 112 | 50 |
| Binary | 10110010 | 11011 | 10101011 | 0 | 1010101 | 100 | 11110 | 100101111 | 1001010 | 101000 |
Color Harmonies of #B21BAB
Complementary color
Monochromatic Colors of #B21BAB
Black with #B21BAB
Text Example
Text Example
White with #B21BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21BAB; }
p { color: rgb(178,27,171); }
H1.HeaderClassName
{
color: #B21BAB;
}
.AnyTagClassName
{
color: #B21BAB;
}
</style>
background-color css
<style>
a { background-color: #B21BAB; }
a { background-color: rgb(178,27,171); }
div.DivClassName
{
background-color: #B21BAB;
}
.BgClassName
{
background-color: #B21BAB;
}
</style>
border-color css
<style>
span { border-color: #B21BAB; }
span { border-color: rgb(178,27,171); }
td.TdClassName
{
border-color: #B21BAB;
}
.TagClassName
{
border-color: #B21BAB;
}
</style>