Shades of Deep Magenta #B21AB0
Tints of Deep Magenta #B21AB0
RGB
CMYK
RGB Variations
Color information
#B21AB0 (or 0xB21AB0) is known color: Deep Magenta. HEX triplet: B2, 1A and B0. RGB value is (178,26,176). Sum of RGB (Red+Green+Blue) = 178+26+176=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AB0 is #4DE54F. Grayscale: #585858. Windows color (decimal): -5104976 or 11541170. OLE color: 11541170.
HSL color Cylindrical-coordinate representation of color #B21AB0: hue angle of 300.79º 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 #B21AB0 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 176 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.30 |
| HSL | 300.79º | 0.75% | 0.4% | - |
| HSV(B) | 300.79º | 0.85% | 0.7% | - |
| XYZ | 26.57 | 13.34 | 42.25 | - |
| YUV | 88.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 176 | 0 | 0.85 | 0.01 | 0.30 | 300.79 | 0.75 | 0.4 |
| Hex | B2 | 1A | B0 | 0 | 55 | 1 | 1E | 12D | 4B | 28 |
| Octal | 262 | 32 | 260 | 0 | 125 | 1 | 36 | 455 | 113 | 50 |
| Binary | 10110010 | 11010 | 10110000 | 0 | 1010101 | 1 | 11110 | 100101101 | 1001011 | 101000 |
Color Harmonies of #B21AB0
Complementary color
Monochromatic Colors of #B21AB0
Black with #B21AB0
Text Example
Text Example
White with #B21AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21AB0; }
p { color: rgb(178,26,176); }
H1.HeaderClassName
{
color: #B21AB0;
}
.AnyTagClassName
{
color: #B21AB0;
}
</style>
background-color css
<style>
a { background-color: #B21AB0; }
a { background-color: rgb(178,26,176); }
div.DivClassName
{
background-color: #B21AB0;
}
.BgClassName
{
background-color: #B21AB0;
}
</style>
border-color css
<style>
span { border-color: #B21AB0; }
span { border-color: rgb(178,26,176); }
td.TdClassName
{
border-color: #B21AB0;
}
.TagClassName
{
border-color: #B21AB0;
}
</style>