Shades of Electric Purple #BE16FE
Tints of Electric Purple #BE16FE
RGB
CMYK
RGB Variations
Color information
#BE16FE (or 0xBE16FE) is known color: Electric Purple. HEX triplet: BE, 16 and FE. RGB value is (190,22,254). Sum of RGB (Red+Green+Blue) = 190+22+254=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16FE is #41E901. Grayscale: #616161. Windows color (decimal): -4319490 or 16651966. OLE color: 16651966.
HSL color Cylindrical-coordinate representation of color #BE16FE: hue angle of 283.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE16FE is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 22 | 254 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.00 |
| HSL | 283.45º | 0.99% | 0.54% | - |
| HSV(B) | 283.45º | 0.91% | 1% | - |
| XYZ | 39.41 | 18.68 | 95.29 | - |
| YUV | 98.68 | 215.66 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 254 | 0.25 | 0.91 | 0 | 0.00 | 283.45 | 0.99 | 0.54 |
| Hex | BE | 16 | FE | 19 | 5B | 0 | 0 | 11B | 63 | 36 |
| Octal | 276 | 26 | 376 | 31 | 133 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111110 | 10110 | 11111110 | 11001 | 1011011 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BE16FE
Complementary color
Monochromatic Colors of #BE16FE
Black with #BE16FE
Text Example
Text Example
White with #BE16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16FE; }
p { color: rgb(190,22,254); }
H1.HeaderClassName
{
color: #BE16FE;
}
.AnyTagClassName
{
color: #BE16FE;
}
</style>
background-color css
<style>
a { background-color: #BE16FE; }
a { background-color: rgb(190,22,254); }
div.DivClassName
{
background-color: #BE16FE;
}
.BgClassName
{
background-color: #BE16FE;
}
</style>
border-color css
<style>
span { border-color: #BE16FE; }
span { border-color: rgb(190,22,254); }
td.TdClassName
{
border-color: #BE16FE;
}
.TagClassName
{
border-color: #BE16FE;
}
</style>