Shades of Deep Magenta #B210AD
Tints of Deep Magenta #B210AD
RGB
CMYK
RGB Variations
Color information
#B210AD (or 0xB210AD) is known color: Deep Magenta. HEX triplet: B2, 10 and AD. RGB value is (178,16,173). Sum of RGB (Red+Green+Blue) = 178+16+173=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B210AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210AD is #4DEF52. Grayscale: #515151. Windows color (decimal): -5107539 or 11342002. OLE color: 11342002.
HSL color Cylindrical-coordinate representation of color #B210AD: hue angle of 301.85º 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 #B210AD is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 173 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.30 |
| HSL | 301.85º | 0.84% | 0.38% | - |
| HSV(B) | 301.85º | 0.91% | 0.7% | - |
| XYZ | 26.09 | 12.85 | 40.64 | - |
| YUV | 82.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 173 | 0 | 0.91 | 0.03 | 0.30 | 301.85 | 0.84 | 0.38 |
| Hex | B2 | 10 | AD | 0 | 5B | 3 | 1E | 12E | 54 | 26 |
| Octal | 262 | 20 | 255 | 0 | 133 | 3 | 36 | 456 | 124 | 46 |
| Binary | 10110010 | 10000 | 10101101 | 0 | 1011011 | 11 | 11110 | 100101110 | 1010100 | 100110 |
Color Harmonies of #B210AD
Complementary color
Monochromatic Colors of #B210AD
Black with #B210AD
Text Example
Text Example
White with #B210AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210AD; }
p { color: rgb(178,16,173); }
H1.HeaderClassName
{
color: #B210AD;
}
.AnyTagClassName
{
color: #B210AD;
}
</style>
background-color css
<style>
a { background-color: #B210AD; }
a { background-color: rgb(178,16,173); }
div.DivClassName
{
background-color: #B210AD;
}
.BgClassName
{
background-color: #B210AD;
}
</style>
border-color css
<style>
span { border-color: #B210AD; }
span { border-color: rgb(178,16,173); }
td.TdClassName
{
border-color: #B210AD;
}
.TagClassName
{
border-color: #B210AD;
}
</style>