Shades of Deep Magenta #B210AB
Tints of Deep Magenta #B210AB
RGB
CMYK
RGB Variations
Color information
#B210AB (or 0xB210AB) is known color: Deep Magenta. HEX triplet: B2, 10 and AB. RGB value is (178,16,171). Sum of RGB (Red+Green+Blue) = 178+16+171=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B210AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210AB is #4DEF54. Grayscale: #515151. Windows color (decimal): -5107541 or 11210930. OLE color: 11210930.
HSL color Cylindrical-coordinate representation of color #B210AB: hue angle of 302.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B210AB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 171 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.30 |
| HSL | 302.59º | 0.84% | 0.38% | - |
| HSV(B) | 302.59º | 0.91% | 0.7% | - |
| XYZ | 25.9 | 12.78 | 39.63 | - |
| YUV | 82.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 171 | 0 | 0.91 | 0.04 | 0.30 | 302.59 | 0.84 | 0.38 |
| Hex | B2 | 10 | AB | 0 | 5B | 4 | 1E | 12F | 54 | 26 |
| Octal | 262 | 20 | 253 | 0 | 133 | 4 | 36 | 457 | 124 | 46 |
| Binary | 10110010 | 10000 | 10101011 | 0 | 1011011 | 100 | 11110 | 100101111 | 1010100 | 100110 |
Color Harmonies of #B210AB
Complementary color
Monochromatic Colors of #B210AB
Black with #B210AB
Text Example
Text Example
White with #B210AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210AB; }
p { color: rgb(178,16,171); }
H1.HeaderClassName
{
color: #B210AB;
}
.AnyTagClassName
{
color: #B210AB;
}
</style>
background-color css
<style>
a { background-color: #B210AB; }
a { background-color: rgb(178,16,171); }
div.DivClassName
{
background-color: #B210AB;
}
.BgClassName
{
background-color: #B210AB;
}
</style>
border-color css
<style>
span { border-color: #B210AB; }
span { border-color: rgb(178,16,171); }
td.TdClassName
{
border-color: #B210AB;
}
.TagClassName
{
border-color: #B210AB;
}
</style>