Shades of Electric Purple #BE21EC
Tints of Electric Purple #BE21EC
RGB
CMYK
RGB Variations
Color information
#BE21EC (or 0xBE21EC) is known color: Electric Purple. HEX triplet: BE, 21 and EC. RGB value is (190,33,236). Sum of RGB (Red+Green+Blue) = 190+33+236=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE21EC is #41DE13. Grayscale: #666666. Windows color (decimal): -4316692 or 15475134. OLE color: 15475134.
HSL color Cylindrical-coordinate representation of color #BE21EC: hue angle of 286.4º 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 #BE21EC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 33 | 236 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 286.4º | 0.84% | 0.53% | - |
| HSV(B) | 286.4º | 0.86% | 0.93% | - |
| XYZ | 36.92 | 18.09 | 80.9 | - |
| YUV | 103.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 236 | 0.19 | 0.86 | 0 | 0.07 | 286.4 | 0.84 | 0.53 |
| Hex | BE | 21 | EC | 13 | 56 | 0 | 7 | 11E | 54 | 35 |
| Octal | 276 | 41 | 354 | 23 | 126 | 0 | 7 | 436 | 124 | 65 |
| Binary | 10111110 | 100001 | 11101100 | 10011 | 1010110 | 0 | 111 | 100011110 | 1010100 | 110101 |
Color Harmonies of #BE21EC
Complementary color
Monochromatic Colors of #BE21EC
Black with #BE21EC
Text Example
Text Example
White with #BE21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21EC; }
p { color: rgb(190,33,236); }
H1.HeaderClassName
{
color: #BE21EC;
}
.AnyTagClassName
{
color: #BE21EC;
}
</style>
background-color css
<style>
a { background-color: #BE21EC; }
a { background-color: rgb(190,33,236); }
div.DivClassName
{
background-color: #BE21EC;
}
.BgClassName
{
background-color: #BE21EC;
}
</style>
border-color css
<style>
span { border-color: #BE21EC; }
span { border-color: rgb(190,33,236); }
td.TdClassName
{
border-color: #BE21EC;
}
.TagClassName
{
border-color: #BE21EC;
}
</style>