Shades of Electric Purple #BE17E6
Tints of Electric Purple #BE17E6
RGB
CMYK
RGB Variations
Color information
#BE17E6 (or 0xBE17E6) is known color: Electric Purple. HEX triplet: BE, 17 and E6. RGB value is (190,23,230). Sum of RGB (Red+Green+Blue) = 190+23+230=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE17E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE17E6 is #41E819. Grayscale: #5F5F5F. Windows color (decimal): -4319258 or 15079358. OLE color: 15079358.
HSL color Cylindrical-coordinate representation of color #BE17E6: hue angle of 288.41º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE17E6 is Cyan = 0.17, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 23 | 230 | - |
| CMYK | 0.17 | 0.9 | 0 | 0.10 |
| HSL | 288.41º | 0.82% | 0.5% | - |
| HSV(B) | 288.41º | 0.9% | 0.9% | - |
| XYZ | 35.82 | 17.27 | 76.31 | - |
| YUV | 96.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 230 | 0.17 | 0.9 | 0 | 0.10 | 288.41 | 0.82 | 0.5 |
| Hex | BE | 17 | E6 | 11 | 5A | 0 | A | 120 | 52 | 32 |
| Octal | 276 | 27 | 346 | 21 | 132 | 0 | 12 | 440 | 122 | 62 |
| Binary | 10111110 | 10111 | 11100110 | 10001 | 1011010 | 0 | 1010 | 100100000 | 1010010 | 110010 |
Color Harmonies of #BE17E6
Complementary color
Monochromatic Colors of #BE17E6
Black with #BE17E6
Text Example
Text Example
White with #BE17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE17E6; }
p { color: rgb(190,23,230); }
H1.HeaderClassName
{
color: #BE17E6;
}
.AnyTagClassName
{
color: #BE17E6;
}
</style>
background-color css
<style>
a { background-color: #BE17E6; }
a { background-color: rgb(190,23,230); }
div.DivClassName
{
background-color: #BE17E6;
}
.BgClassName
{
background-color: #BE17E6;
}
</style>
border-color css
<style>
span { border-color: #BE17E6; }
span { border-color: rgb(190,23,230); }
td.TdClassName
{
border-color: #BE17E6;
}
.TagClassName
{
border-color: #BE17E6;
}
</style>