Shades of Electric Purple #BE14EC
Tints of Electric Purple #BE14EC
RGB
CMYK
RGB Variations
Color information
#BE14EC (or 0xBE14EC) is known color: Electric Purple. HEX triplet: BE, 14 and EC. RGB value is (190,20,236). Sum of RGB (Red+Green+Blue) = 190+20+236=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE14EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE14EC is #41EB13. Grayscale: #5E5E5E. Windows color (decimal): -4320020 or 15471806. OLE color: 15471806.
HSL color Cylindrical-coordinate representation of color #BE14EC: hue angle of 287.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE14EC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 20 | 236 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.07 |
| HSL | 287.22º | 0.85% | 0.5% | - |
| HSV(B) | 287.22º | 0.92% | 0.93% | - |
| XYZ | 36.63 | 17.5 | 80.81 | - |
| YUV | 95.45 | 207.32 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 236 | 0.19 | 0.92 | 0 | 0.07 | 287.22 | 0.85 | 0.5 |
| Hex | BE | 14 | EC | 13 | 5C | 0 | 7 | 11F | 55 | 32 |
| Octal | 276 | 24 | 354 | 23 | 134 | 0 | 7 | 437 | 125 | 62 |
| Binary | 10111110 | 10100 | 11101100 | 10011 | 1011100 | 0 | 111 | 100011111 | 1010101 | 110010 |
Color Harmonies of #BE14EC
Complementary color
Monochromatic Colors of #BE14EC
Black with #BE14EC
Text Example
Text Example
White with #BE14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14EC; }
p { color: rgb(190,20,236); }
H1.HeaderClassName
{
color: #BE14EC;
}
.AnyTagClassName
{
color: #BE14EC;
}
</style>
background-color css
<style>
a { background-color: #BE14EC; }
a { background-color: rgb(190,20,236); }
div.DivClassName
{
background-color: #BE14EC;
}
.BgClassName
{
background-color: #BE14EC;
}
</style>
border-color css
<style>
span { border-color: #BE14EC; }
span { border-color: rgb(190,20,236); }
td.TdClassName
{
border-color: #BE14EC;
}
.TagClassName
{
border-color: #BE14EC;
}
</style>