Shades of Electric Purple #BE16EC
Tints of Electric Purple #BE16EC
RGB
CMYK
RGB Variations
Color information
#BE16EC (or 0xBE16EC) is known color: Electric Purple. HEX triplet: BE, 16 and EC. RGB value is (190,22,236). Sum of RGB (Red+Green+Blue) = 190+22+236=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE16EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16EC is #41E913. Grayscale: #5F5F5F. Windows color (decimal): -4319508 or 15472318. OLE color: 15472318.
HSL color Cylindrical-coordinate representation of color #BE16EC: hue angle of 287.1º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE16EC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 22 | 236 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.07 |
| HSL | 287.1º | 0.85% | 0.51% | - |
| HSV(B) | 287.1º | 0.91% | 0.93% | - |
| XYZ | 36.66 | 17.58 | 80.82 | - |
| YUV | 96.63 | 206.66 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 236 | 0.19 | 0.91 | 0 | 0.07 | 287.1 | 0.85 | 0.51 |
| Hex | BE | 16 | EC | 13 | 5B | 0 | 7 | 11F | 55 | 33 |
| Octal | 276 | 26 | 354 | 23 | 133 | 0 | 7 | 437 | 125 | 63 |
| Binary | 10111110 | 10110 | 11101100 | 10011 | 1011011 | 0 | 111 | 100011111 | 1010101 | 110011 |
Color Harmonies of #BE16EC
Complementary color
Monochromatic Colors of #BE16EC
Black with #BE16EC
Text Example
Text Example
White with #BE16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16EC; }
p { color: rgb(190,22,236); }
H1.HeaderClassName
{
color: #BE16EC;
}
.AnyTagClassName
{
color: #BE16EC;
}
</style>
background-color css
<style>
a { background-color: #BE16EC; }
a { background-color: rgb(190,22,236); }
div.DivClassName
{
background-color: #BE16EC;
}
.BgClassName
{
background-color: #BE16EC;
}
</style>
border-color css
<style>
span { border-color: #BE16EC; }
span { border-color: rgb(190,22,236); }
td.TdClassName
{
border-color: #BE16EC;
}
.TagClassName
{
border-color: #BE16EC;
}
</style>