Shades of Deep Magenta #BE17CE
Tints of Deep Magenta #BE17CE
RGB
CMYK
RGB Variations
Color information
#BE17CE (or 0xBE17CE) is known color: Deep Magenta. HEX triplet: BE, 17 and CE. RGB value is (190,23,206). Sum of RGB (Red+Green+Blue) = 190+23+206=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17CE is #41E831. Grayscale: #5D5D5D. Windows color (decimal): -4319282 or 13506494. OLE color: 13506494.
HSL color Cylindrical-coordinate representation of color #BE17CE: hue angle of 294.75º degrees, saturation: 0.8, 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 #BE17CE is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 23 | 206 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.19 |
| HSL | 294.75º | 0.8% | 0.45% | - |
| HSV(B) | 294.75º | 0.89% | 0.81% | - |
| XYZ | 32.68 | 16.02 | 59.76 | - |
| YUV | 93.8 | 191.33 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 206 | 0.08 | 0.89 | 0 | 0.19 | 294.75 | 0.8 | 0.45 |
| Hex | BE | 17 | CE | 8 | 59 | 0 | 13 | 127 | 50 | 2D |
| Octal | 276 | 27 | 316 | 10 | 131 | 0 | 23 | 447 | 120 | 55 |
| Binary | 10111110 | 10111 | 11001110 | 1000 | 1011001 | 0 | 10011 | 100100111 | 1010000 | 101101 |
Color Harmonies of #BE17CE
Complementary color
Monochromatic Colors of #BE17CE
Black with #BE17CE
Text Example
Text Example
White with #BE17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE17CE; }
p { color: rgb(190,23,206); }
H1.HeaderClassName
{
color: #BE17CE;
}
.AnyTagClassName
{
color: #BE17CE;
}
</style>
background-color css
<style>
a { background-color: #BE17CE; }
a { background-color: rgb(190,23,206); }
div.DivClassName
{
background-color: #BE17CE;
}
.BgClassName
{
background-color: #BE17CE;
}
</style>
border-color css
<style>
span { border-color: #BE17CE; }
span { border-color: rgb(190,23,206); }
td.TdClassName
{
border-color: #BE17CE;
}
.TagClassName
{
border-color: #BE17CE;
}
</style>