Shades of Deep Magenta #BE19CE
Tints of Deep Magenta #BE19CE
RGB
CMYK
RGB Variations
Color information
#BE19CE (or 0xBE19CE) is known color: Deep Magenta. HEX triplet: BE, 19 and CE. RGB value is (190,25,206). Sum of RGB (Red+Green+Blue) = 190+25+206=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19CE is #41E631. Grayscale: #5E5E5E. Windows color (decimal): -4318770 or 13507006. OLE color: 13507006.
HSL color Cylindrical-coordinate representation of color #BE19CE: hue angle of 294.7º 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 #BE19CE is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 25 | 206 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.19 |
| HSL | 294.7º | 0.78% | 0.45% | - |
| HSV(B) | 294.7º | 0.88% | 0.81% | - |
| XYZ | 32.72 | 16.1 | 59.78 | - |
| YUV | 94.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 206 | 0.08 | 0.88 | 0 | 0.19 | 294.7 | 0.78 | 0.45 |
| Hex | BE | 19 | CE | 8 | 58 | 0 | 13 | 127 | 4E | 2D |
| Octal | 276 | 31 | 316 | 10 | 130 | 0 | 23 | 447 | 116 | 55 |
| Binary | 10111110 | 11001 | 11001110 | 1000 | 1011000 | 0 | 10011 | 100100111 | 1001110 | 101101 |
Color Harmonies of #BE19CE
Complementary color
Monochromatic Colors of #BE19CE
Black with #BE19CE
Text Example
Text Example
White with #BE19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19CE; }
p { color: rgb(190,25,206); }
H1.HeaderClassName
{
color: #BE19CE;
}
.AnyTagClassName
{
color: #BE19CE;
}
</style>
background-color css
<style>
a { background-color: #BE19CE; }
a { background-color: rgb(190,25,206); }
div.DivClassName
{
background-color: #BE19CE;
}
.BgClassName
{
background-color: #BE19CE;
}
</style>
border-color css
<style>
span { border-color: #BE19CE; }
span { border-color: rgb(190,25,206); }
td.TdClassName
{
border-color: #BE19CE;
}
.TagClassName
{
border-color: #BE19CE;
}
</style>