Shades of Deep Magenta #B819CE
Tints of Deep Magenta #B819CE
RGB
CMYK
RGB Variations
Color information
#B819CE (or 0xB819CE) is known color: Deep Magenta. HEX triplet: B8, 19 and CE. RGB value is (184,25,206). Sum of RGB (Red+Green+Blue) = 184+25+206=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #B819CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819CE is #47E631. Grayscale: #5C5C5C. Windows color (decimal): -4711986 or 13507000. OLE color: 13507000.
HSL color Cylindrical-coordinate representation of color #B819CE: hue angle of 292.71º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B819CE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 25 | 206 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.19 |
| HSL | 292.71º | 0.78% | 0.45% | - |
| HSV(B) | 292.71º | 0.88% | 0.81% | - |
| XYZ | 31.26 | 15.34 | 59.71 | - |
| YUV | 93.18 | 191.68 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 206 | 0.11 | 0.88 | 0 | 0.19 | 292.71 | 0.78 | 0.45 |
| Hex | B8 | 19 | CE | B | 58 | 0 | 13 | 125 | 4E | 2D |
| Octal | 270 | 31 | 316 | 13 | 130 | 0 | 23 | 445 | 116 | 55 |
| Binary | 10111000 | 11001 | 11001110 | 1011 | 1011000 | 0 | 10011 | 100100101 | 1001110 | 101101 |
Color Harmonies of #B819CE
Complementary color
Monochromatic Colors of #B819CE
Black with #B819CE
Text Example
Text Example
White with #B819CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819CE; }
p { color: rgb(184,25,206); }
H1.HeaderClassName
{
color: #B819CE;
}
.AnyTagClassName
{
color: #B819CE;
}
</style>
background-color css
<style>
a { background-color: #B819CE; }
a { background-color: rgb(184,25,206); }
div.DivClassName
{
background-color: #B819CE;
}
.BgClassName
{
background-color: #B819CE;
}
</style>
border-color css
<style>
span { border-color: #B819CE; }
span { border-color: rgb(184,25,206); }
td.TdClassName
{
border-color: #B819CE;
}
.TagClassName
{
border-color: #B819CE;
}
</style>