Shades of Deep Magenta #B210AC
Tints of Deep Magenta #B210AC
RGB
CMYK
RGB Variations
Color information
#B210AC (or 0xB210AC) is known color: Deep Magenta. HEX triplet: B2, 10 and AC. RGB value is (178,16,172). Sum of RGB (Red+Green+Blue) = 178+16+172=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B210AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210AC is #4DEF53. Grayscale: #515151. Windows color (decimal): -5107540 or 11276466. OLE color: 11276466.
HSL color Cylindrical-coordinate representation of color #B210AC: hue angle of 302.22º 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 #B210AC is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 172 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.30 |
| HSL | 302.22º | 0.84% | 0.38% | - |
| HSV(B) | 302.22º | 0.91% | 0.7% | - |
| XYZ | 25.99 | 12.81 | 40.13 | - |
| YUV | 82.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 172 | 0 | 0.91 | 0.03 | 0.30 | 302.22 | 0.84 | 0.38 |
| Hex | B2 | 10 | AC | 0 | 5B | 3 | 1E | 12E | 54 | 26 |
| Octal | 262 | 20 | 254 | 0 | 133 | 3 | 36 | 456 | 124 | 46 |
| Binary | 10110010 | 10000 | 10101100 | 0 | 1011011 | 11 | 11110 | 100101110 | 1010100 | 100110 |
Color Harmonies of #B210AC
Complementary color
Monochromatic Colors of #B210AC
Black with #B210AC
Text Example
Text Example
White with #B210AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210AC; }
p { color: rgb(178,16,172); }
H1.HeaderClassName
{
color: #B210AC;
}
.AnyTagClassName
{
color: #B210AC;
}
</style>
background-color css
<style>
a { background-color: #B210AC; }
a { background-color: rgb(178,16,172); }
div.DivClassName
{
background-color: #B210AC;
}
.BgClassName
{
background-color: #B210AC;
}
</style>
border-color css
<style>
span { border-color: #B210AC; }
span { border-color: rgb(178,16,172); }
td.TdClassName
{
border-color: #B210AC;
}
.TagClassName
{
border-color: #B210AC;
}
</style>