Shades of Electric Purple #BE0EEF
Tints of Electric Purple #BE0EEF
RGB
CMYK
RGB Variations
Color information
#BE0EEF (or 0xBE0EEF) is known color: Electric Purple. HEX triplet: BE, 0E and EF. RGB value is (190,14,239). Sum of RGB (Red+Green+Blue) = 190+14+239=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EEF is #41F110. Grayscale: #5B5B5B. Windows color (decimal): -4321553 or 15666878. OLE color: 15666878.
HSL color Cylindrical-coordinate representation of color #BE0EEF: hue angle of 286.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0EEF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 14 | 239 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.06 |
| HSL | 286.93º | 0.89% | 0.5% | - |
| HSV(B) | 286.93º | 0.94% | 0.94% | - |
| XYZ | 36.97 | 17.49 | 83.09 | - |
| YUV | 92.27 | 210.81 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 239 | 0.21 | 0.94 | 0 | 0.06 | 286.93 | 0.89 | 0.5 |
| Hex | BE | E | EF | 15 | 5E | 0 | 6 | 11F | 59 | 32 |
| Octal | 276 | 16 | 357 | 25 | 136 | 0 | 6 | 437 | 131 | 62 |
| Binary | 10111110 | 1110 | 11101111 | 10101 | 1011110 | 0 | 110 | 100011111 | 1011001 | 110010 |
Color Harmonies of #BE0EEF
Complementary color
Monochromatic Colors of #BE0EEF
Black with #BE0EEF
Text Example
Text Example
White with #BE0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EEF; }
p { color: rgb(190,14,239); }
H1.HeaderClassName
{
color: #BE0EEF;
}
.AnyTagClassName
{
color: #BE0EEF;
}
</style>
background-color css
<style>
a { background-color: #BE0EEF; }
a { background-color: rgb(190,14,239); }
div.DivClassName
{
background-color: #BE0EEF;
}
.BgClassName
{
background-color: #BE0EEF;
}
</style>
border-color css
<style>
span { border-color: #BE0EEF; }
span { border-color: rgb(190,14,239); }
td.TdClassName
{
border-color: #BE0EEF;
}
.TagClassName
{
border-color: #BE0EEF;
}
</style>