Shades of Deep Magenta #B816CE
Tints of Deep Magenta #B816CE
RGB
CMYK
RGB Variations
Color information
#B816CE (or 0xB816CE) is known color: Deep Magenta. HEX triplet: B8, 16 and CE. RGB value is (184,22,206). Sum of RGB (Red+Green+Blue) = 184+22+206=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #B816CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816CE is #47E931. Grayscale: #5A5A5A. Windows color (decimal): -4712754 or 13506232. OLE color: 13506232.
HSL color Cylindrical-coordinate representation of color #B816CE: hue angle of 292.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B816CE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 22 | 206 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.19 |
| HSL | 292.83º | 0.81% | 0.45% | - |
| HSV(B) | 292.83º | 0.89% | 0.81% | - |
| XYZ | 31.19 | 15.22 | 59.69 | - |
| YUV | 91.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 206 | 0.11 | 0.89 | 0 | 0.19 | 292.83 | 0.81 | 0.45 |
| Hex | B8 | 16 | CE | B | 59 | 0 | 13 | 125 | 51 | 2D |
| Octal | 270 | 26 | 316 | 13 | 131 | 0 | 23 | 445 | 121 | 55 |
| Binary | 10111000 | 10110 | 11001110 | 1011 | 1011001 | 0 | 10011 | 100100101 | 1010001 | 101101 |
Color Harmonies of #B816CE
Complementary color
Monochromatic Colors of #B816CE
Black with #B816CE
Text Example
Text Example
White with #B816CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816CE; }
p { color: rgb(184,22,206); }
H1.HeaderClassName
{
color: #B816CE;
}
.AnyTagClassName
{
color: #B816CE;
}
</style>
background-color css
<style>
a { background-color: #B816CE; }
a { background-color: rgb(184,22,206); }
div.DivClassName
{
background-color: #B816CE;
}
.BgClassName
{
background-color: #B816CE;
}
</style>
border-color css
<style>
span { border-color: #B816CE; }
span { border-color: rgb(184,22,206); }
td.TdClassName
{
border-color: #B816CE;
}
.TagClassName
{
border-color: #B816CE;
}
</style>