Shades of Deep Magenta #B210CE
Tints of Deep Magenta #B210CE
RGB
CMYK
RGB Variations
Color information
#B210CE (or 0xB210CE) is known color: Deep Magenta. HEX triplet: B2, 10 and CE. RGB value is (178,16,206). Sum of RGB (Red+Green+Blue) = 178+16+206=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #B210CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210CE is #4DEF31. Grayscale: #555555. Windows color (decimal): -5107506 or 13504690. OLE color: 13504690.
HSL color Cylindrical-coordinate representation of color #B210CE: hue angle of 291.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B210CE is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 16 | 206 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.19 |
| HSL | 291.16º | 0.86% | 0.44% | - |
| HSV(B) | 291.16º | 0.92% | 0.81% | - |
| XYZ | 29.69 | 14.29 | 59.59 | - |
| YUV | 86.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 206 | 0.14 | 0.92 | 0 | 0.19 | 291.16 | 0.86 | 0.44 |
| Hex | B2 | 10 | CE | E | 5C | 0 | 13 | 123 | 56 | 2C |
| Octal | 262 | 20 | 316 | 16 | 134 | 0 | 23 | 443 | 126 | 54 |
| Binary | 10110010 | 10000 | 11001110 | 1110 | 1011100 | 0 | 10011 | 100100011 | 1010110 | 101100 |
Color Harmonies of #B210CE
Complementary color
Monochromatic Colors of #B210CE
Black with #B210CE
Text Example
Text Example
White with #B210CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210CE; }
p { color: rgb(178,16,206); }
H1.HeaderClassName
{
color: #B210CE;
}
.AnyTagClassName
{
color: #B210CE;
}
</style>
background-color css
<style>
a { background-color: #B210CE; }
a { background-color: rgb(178,16,206); }
div.DivClassName
{
background-color: #B210CE;
}
.BgClassName
{
background-color: #B210CE;
}
</style>
border-color css
<style>
span { border-color: #B210CE; }
span { border-color: rgb(178,16,206); }
td.TdClassName
{
border-color: #B210CE;
}
.TagClassName
{
border-color: #B210CE;
}
</style>