Shades of Electric Purple #BE0EEC
Tints of Electric Purple #BE0EEC
RGB
CMYK
RGB Variations
Color information
#BE0EEC (or 0xBE0EEC) is known color: Electric Purple. HEX triplet: BE, 0E and EC. RGB value is (190,14,236). Sum of RGB (Red+Green+Blue) = 190+14+236=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EEC is #41F113. Grayscale: #5B5B5B. Windows color (decimal): -4321556 or 15470270. OLE color: 15470270.
HSL color Cylindrical-coordinate representation of color #BE0EEC: hue angle of 287.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0EEC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 14 | 236 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.07 |
| HSL | 287.57º | 0.89% | 0.49% | - |
| HSV(B) | 287.57º | 0.94% | 0.93% | - |
| XYZ | 36.53 | 17.32 | 80.77 | - |
| YUV | 91.93 | 209.31 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 236 | 0.19 | 0.94 | 0 | 0.07 | 287.57 | 0.89 | 0.49 |
| Hex | BE | E | EC | 13 | 5E | 0 | 7 | 120 | 59 | 31 |
| Octal | 276 | 16 | 354 | 23 | 136 | 0 | 7 | 440 | 131 | 61 |
| Binary | 10111110 | 1110 | 11101100 | 10011 | 1011110 | 0 | 111 | 100100000 | 1011001 | 110001 |
Color Harmonies of #BE0EEC
Complementary color
Monochromatic Colors of #BE0EEC
Black with #BE0EEC
Text Example
Text Example
White with #BE0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EEC; }
p { color: rgb(190,14,236); }
H1.HeaderClassName
{
color: #BE0EEC;
}
.AnyTagClassName
{
color: #BE0EEC;
}
</style>
background-color css
<style>
a { background-color: #BE0EEC; }
a { background-color: rgb(190,14,236); }
div.DivClassName
{
background-color: #BE0EEC;
}
.BgClassName
{
background-color: #BE0EEC;
}
</style>
border-color css
<style>
span { border-color: #BE0EEC; }
span { border-color: rgb(190,14,236); }
td.TdClassName
{
border-color: #BE0EEC;
}
.TagClassName
{
border-color: #BE0EEC;
}
</style>