Shades of Electric Purple #BE20EC
Tints of Electric Purple #BE20EC
RGB
CMYK
RGB Variations
Color information
#BE20EC (or 0xBE20EC) is known color: Electric Purple. HEX triplet: BE, 20 and EC. RGB value is (190,32,236). Sum of RGB (Red+Green+Blue) = 190+32+236=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE20EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20EC is #41DF13. Grayscale: #656565. Windows color (decimal): -4316948 or 15474878. OLE color: 15474878.
HSL color Cylindrical-coordinate representation of color #BE20EC: hue angle of 286.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE20EC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 32 | 236 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 286.47º | 0.84% | 0.53% | - |
| HSV(B) | 286.47º | 0.86% | 0.93% | - |
| XYZ | 36.89 | 18.04 | 80.89 | - |
| YUV | 102.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 236 | 0.19 | 0.86 | 0 | 0.07 | 286.47 | 0.84 | 0.53 |
| Hex | BE | 20 | EC | 13 | 56 | 0 | 7 | 11E | 54 | 35 |
| Octal | 276 | 40 | 354 | 23 | 126 | 0 | 7 | 436 | 124 | 65 |
| Binary | 10111110 | 100000 | 11101100 | 10011 | 1010110 | 0 | 111 | 100011110 | 1010100 | 110101 |
Color Harmonies of #BE20EC
Complementary color
Monochromatic Colors of #BE20EC
Black with #BE20EC
Text Example
Text Example
White with #BE20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20EC; }
p { color: rgb(190,32,236); }
H1.HeaderClassName
{
color: #BE20EC;
}
.AnyTagClassName
{
color: #BE20EC;
}
</style>
background-color css
<style>
a { background-color: #BE20EC; }
a { background-color: rgb(190,32,236); }
div.DivClassName
{
background-color: #BE20EC;
}
.BgClassName
{
background-color: #BE20EC;
}
</style>
border-color css
<style>
span { border-color: #BE20EC; }
span { border-color: rgb(190,32,236); }
td.TdClassName
{
border-color: #BE20EC;
}
.TagClassName
{
border-color: #BE20EC;
}
</style>