Shades of Deep Magenta #BE17E0
Tints of Deep Magenta #BE17E0
RGB
CMYK
RGB Variations
Color information
#BE17E0 (or 0xBE17E0) is known color: Deep Magenta. HEX triplet: BE, 17 and E0. RGB value is (190,23,224). Sum of RGB (Red+Green+Blue) = 190+23+224=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE17E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17E0 is #41E81F. Grayscale: #5F5F5F. Windows color (decimal): -4319264 or 14686142. OLE color: 14686142.
HSL color Cylindrical-coordinate representation of color #BE17E0: hue angle of 289.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE17E0 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 23 | 224 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.12 |
| HSL | 289.85º | 0.81% | 0.48% | - |
| HSV(B) | 289.85º | 0.9% | 0.88% | - |
| XYZ | 35 | 16.94 | 71.95 | - |
| YUV | 95.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 224 | 0.15 | 0.90 | 0 | 0.12 | 289.85 | 0.81 | 0.48 |
| Hex | BE | 17 | E0 | F | 5A | 0 | C | 122 | 51 | 30 |
| Octal | 276 | 27 | 340 | 17 | 132 | 0 | 14 | 442 | 121 | 60 |
| Binary | 10111110 | 10111 | 11100000 | 1111 | 1011010 | 0 | 1100 | 100100010 | 1010001 | 110000 |
Color Harmonies of #BE17E0
Complementary color
Monochromatic Colors of #BE17E0
Black with #BE17E0
Text Example
Text Example
White with #BE17E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE17E0; }
p { color: rgb(190,23,224); }
H1.HeaderClassName
{
color: #BE17E0;
}
.AnyTagClassName
{
color: #BE17E0;
}
</style>
background-color css
<style>
a { background-color: #BE17E0; }
a { background-color: rgb(190,23,224); }
div.DivClassName
{
background-color: #BE17E0;
}
.BgClassName
{
background-color: #BE17E0;
}
</style>
border-color css
<style>
span { border-color: #BE17E0; }
span { border-color: rgb(190,23,224); }
td.TdClassName
{
border-color: #BE17E0;
}
.TagClassName
{
border-color: #BE17E0;
}
</style>