Shades of Deep Magenta #BE17DC
Tints of Deep Magenta #BE17DC
RGB
CMYK
RGB Variations
Color information
#BE17DC (or 0xBE17DC) is known color: Deep Magenta. HEX triplet: BE, 17 and DC. RGB value is (190,23,220). Sum of RGB (Red+Green+Blue) = 190+23+220=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17DC is #41E823. Grayscale: #5E5E5E. Windows color (decimal): -4319268 or 14423998. OLE color: 14423998.
HSL color Cylindrical-coordinate representation of color #BE17DC: hue angle of 290.86º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE17DC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 23 | 220 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.14 |
| HSL | 290.86º | 0.81% | 0.48% | - |
| HSV(B) | 290.86º | 0.9% | 0.86% | - |
| XYZ | 34.46 | 16.73 | 69.12 | - |
| YUV | 95.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 220 | 0.14 | 0.90 | 0 | 0.14 | 290.86 | 0.81 | 0.48 |
| Hex | BE | 17 | DC | E | 5A | 0 | E | 123 | 51 | 30 |
| Octal | 276 | 27 | 334 | 16 | 132 | 0 | 16 | 443 | 121 | 60 |
| Binary | 10111110 | 10111 | 11011100 | 1110 | 1011010 | 0 | 1110 | 100100011 | 1010001 | 110000 |
Color Harmonies of #BE17DC
Complementary color
Monochromatic Colors of #BE17DC
Black with #BE17DC
Text Example
Text Example
White with #BE17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE17DC; }
p { color: rgb(190,23,220); }
H1.HeaderClassName
{
color: #BE17DC;
}
.AnyTagClassName
{
color: #BE17DC;
}
</style>
background-color css
<style>
a { background-color: #BE17DC; }
a { background-color: rgb(190,23,220); }
div.DivClassName
{
background-color: #BE17DC;
}
.BgClassName
{
background-color: #BE17DC;
}
</style>
border-color css
<style>
span { border-color: #BE17DC; }
span { border-color: rgb(190,23,220); }
td.TdClassName
{
border-color: #BE17DC;
}
.TagClassName
{
border-color: #BE17DC;
}
</style>