Shades of Electric Purple #BE04EC
Tints of Electric Purple #BE04EC
RGB
CMYK
RGB Variations
Color information
#BE04EC (or 0xBE04EC) is known color: Electric Purple. HEX triplet: BE, 04 and EC. RGB value is (190,4,236). Sum of RGB (Red+Green+Blue) = 190+4+236=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE04EC is #41FB13. Grayscale: #555555. Windows color (decimal): -4324116 or 15467710. OLE color: 15467710.
HSL color Cylindrical-coordinate representation of color #BE04EC: hue angle of 288.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04EC is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 4 | 236 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.07 |
| HSL | 288.1º | 0.97% | 0.47% | - |
| HSV(B) | 288.1º | 0.98% | 0.93% | - |
| XYZ | 36.42 | 17.09 | 80.74 | - |
| YUV | 86.06 | 212.62 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 236 | 0.19 | 0.98 | 0 | 0.07 | 288.1 | 0.97 | 0.47 |
| Hex | BE | 4 | EC | 13 | 62 | 0 | 7 | 120 | 61 | 2F |
| Octal | 276 | 4 | 354 | 23 | 142 | 0 | 7 | 440 | 141 | 57 |
| Binary | 10111110 | 100 | 11101100 | 10011 | 1100010 | 0 | 111 | 100100000 | 1100001 | 101111 |
Color Harmonies of #BE04EC
Complementary color
Monochromatic Colors of #BE04EC
Black with #BE04EC
Text Example
Text Example
White with #BE04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04EC; }
p { color: rgb(190,4,236); }
H1.HeaderClassName
{
color: #BE04EC;
}
.AnyTagClassName
{
color: #BE04EC;
}
</style>
background-color css
<style>
a { background-color: #BE04EC; }
a { background-color: rgb(190,4,236); }
div.DivClassName
{
background-color: #BE04EC;
}
.BgClassName
{
background-color: #BE04EC;
}
</style>
border-color css
<style>
span { border-color: #BE04EC; }
span { border-color: rgb(190,4,236); }
td.TdClassName
{
border-color: #BE04EC;
}
.TagClassName
{
border-color: #BE04EC;
}
</style>