Shades of Electric Purple #BE00EC
Tints of Electric Purple #BE00EC
RGB
CMYK
RGB Variations
Color information
#BE00EC (or 0xBE00EC) is known color: Electric Purple. HEX triplet: BE, 00 and EC. RGB value is (190,0,236). Sum of RGB (Red+Green+Blue) = 190+0+236=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00EC is #41FF13. Grayscale: #525252. Windows color (decimal): -4325140 or 15466686. OLE color: 15466686.
HSL color Cylindrical-coordinate representation of color #BE00EC: hue angle of 288.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00EC is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 0 | 236 | - |
| CMYK | 0.19 | 1 | 0 | 0.07 |
| HSL | 288.31º | 1% | 0.46% | - |
| HSV(B) | 288.31º | 1% | 0.93% | - |
| XYZ | 36.38 | 17 | 80.72 | - |
| YUV | 83.71 | 213.95 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 236 | 0.19 | 1 | 0 | 0.07 | 288.31 | 1 | 0.46 |
| Hex | BE | 0 | EC | 13 | 64 | 0 | 7 | 120 | 64 | 2E |
| Octal | 276 | 0 | 354 | 23 | 144 | 0 | 7 | 440 | 144 | 56 |
| Binary | 10111110 | 0 | 11101100 | 10011 | 1100100 | 0 | 111 | 100100000 | 1100100 | 101110 |
Color Harmonies of #BE00EC
Complementary color
Monochromatic Colors of #BE00EC
Black with #BE00EC
Text Example
Text Example
White with #BE00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00EC; }
p { color: rgb(190,0,236); }
H1.HeaderClassName
{
color: #BE00EC;
}
.AnyTagClassName
{
color: #BE00EC;
}
</style>
background-color css
<style>
a { background-color: #BE00EC; }
a { background-color: rgb(190,0,236); }
div.DivClassName
{
background-color: #BE00EC;
}
.BgClassName
{
background-color: #BE00EC;
}
</style>
border-color css
<style>
span { border-color: #BE00EC; }
span { border-color: rgb(190,0,236); }
td.TdClassName
{
border-color: #BE00EC;
}
.TagClassName
{
border-color: #BE00EC;
}
</style>