Shades of Electric Purple #BE0EEE
Tints of Electric Purple #BE0EEE
RGB
CMYK
RGB Variations
Color information
#BE0EEE (or 0xBE0EEE) is known color: Electric Purple. HEX triplet: BE, 0E and EE. RGB value is (190,14,238). Sum of RGB (Red+Green+Blue) = 190+14+238=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EEE is #41F111. Grayscale: #5B5B5B. Windows color (decimal): -4321554 or 15601342. OLE color: 15601342.
HSL color Cylindrical-coordinate representation of color #BE0EEE: hue angle of 287.14º 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 #BE0EEE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 14 | 238 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.07 |
| HSL | 287.14º | 0.89% | 0.49% | - |
| HSV(B) | 287.14º | 0.94% | 0.93% | - |
| XYZ | 36.82 | 17.43 | 82.31 | - |
| YUV | 92.16 | 210.31 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 238 | 0.20 | 0.94 | 0 | 0.07 | 287.14 | 0.89 | 0.49 |
| Hex | BE | E | EE | 14 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 276 | 16 | 356 | 24 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111110 | 1110 | 11101110 | 10100 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BE0EEE
Complementary color
Monochromatic Colors of #BE0EEE
Black with #BE0EEE
Text Example
Text Example
White with #BE0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EEE; }
p { color: rgb(190,14,238); }
H1.HeaderClassName
{
color: #BE0EEE;
}
.AnyTagClassName
{
color: #BE0EEE;
}
</style>
background-color css
<style>
a { background-color: #BE0EEE; }
a { background-color: rgb(190,14,238); }
div.DivClassName
{
background-color: #BE0EEE;
}
.BgClassName
{
background-color: #BE0EEE;
}
</style>
border-color css
<style>
span { border-color: #BE0EEE; }
span { border-color: rgb(190,14,238); }
td.TdClassName
{
border-color: #BE0EEE;
}
.TagClassName
{
border-color: #BE0EEE;
}
</style>