Shades of Deep Magenta #B210CF
Tints of Deep Magenta #B210CF
RGB
CMYK
RGB Variations
Color information
#B210CF (or 0xB210CF) is known color: Deep Magenta. HEX triplet: B2, 10 and CF. RGB value is (178,16,207). Sum of RGB (Red+Green+Blue) = 178+16+207=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #B210CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210CF is #4DEF30. Grayscale: #555555. Windows color (decimal): -5107505 or 13570226. OLE color: 13570226.
HSL color Cylindrical-coordinate representation of color #B210CF: hue angle of 290.89º 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 #B210CF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 16 | 207 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.19 |
| HSL | 290.89º | 0.86% | 0.44% | - |
| HSV(B) | 290.89º | 0.92% | 0.81% | - |
| XYZ | 29.81 | 14.34 | 60.23 | - |
| YUV | 86.21 | 196.17 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 207 | 0.14 | 0.92 | 0 | 0.19 | 290.89 | 0.86 | 0.44 |
| Hex | B2 | 10 | CF | E | 5C | 0 | 13 | 123 | 56 | 2C |
| Octal | 262 | 20 | 317 | 16 | 134 | 0 | 23 | 443 | 126 | 54 |
| Binary | 10110010 | 10000 | 11001111 | 1110 | 1011100 | 0 | 10011 | 100100011 | 1010110 | 101100 |
Color Harmonies of #B210CF
Complementary color
Monochromatic Colors of #B210CF
Black with #B210CF
Text Example
Text Example
White with #B210CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210CF; }
p { color: rgb(178,16,207); }
H1.HeaderClassName
{
color: #B210CF;
}
.AnyTagClassName
{
color: #B210CF;
}
</style>
background-color css
<style>
a { background-color: #B210CF; }
a { background-color: rgb(178,16,207); }
div.DivClassName
{
background-color: #B210CF;
}
.BgClassName
{
background-color: #B210CF;
}
</style>
border-color css
<style>
span { border-color: #B210CF; }
span { border-color: rgb(178,16,207); }
td.TdClassName
{
border-color: #B210CF;
}
.TagClassName
{
border-color: #B210CF;
}
</style>