Shades of Electric Purple #BE14FF
Tints of Electric Purple #BE14FF
RGB
CMYK
RGB Variations
Color information
#BE14FF (or 0xBE14FF) is known color: Electric Purple. HEX triplet: BE, 14 and FF. RGB value is (190,20,255). Sum of RGB (Red+Green+Blue) = 190+20+255=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE14FF is #41EB00. Grayscale: #606060. Windows color (decimal): -4320001 or 16716990. OLE color: 16716990.
HSL color Cylindrical-coordinate representation of color #BE14FF: hue angle of 283.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE14FF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 20 | 255 | - |
| CMYK | 0.25 | 0.92 | 0 | 0 |
| HSL | 283.4º | 1% | 0.54% | - |
| HSV(B) | 283.4º | 0.92% | 1% | - |
| XYZ | 39.54 | 18.67 | 96.13 | - |
| YUV | 97.62 | 216.82 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 255 | 0.25 | 0.92 | 0 | 0 | 283.4 | 1 | 0.54 |
| Hex | BE | 14 | FF | 19 | 5C | 0 | 0 | 11B | 64 | 36 |
| Octal | 276 | 24 | 377 | 31 | 134 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111110 | 10100 | 11111111 | 11001 | 1011100 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BE14FF
Complementary color
Monochromatic Colors of #BE14FF
Black with #BE14FF
Text Example
Text Example
White with #BE14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14FF; }
p { color: rgb(190,20,255); }
H1.HeaderClassName
{
color: #BE14FF;
}
.AnyTagClassName
{
color: #BE14FF;
}
</style>
background-color css
<style>
a { background-color: #BE14FF; }
a { background-color: rgb(190,20,255); }
div.DivClassName
{
background-color: #BE14FF;
}
.BgClassName
{
background-color: #BE14FF;
}
</style>
border-color css
<style>
span { border-color: #BE14FF; }
span { border-color: rgb(190,20,255); }
td.TdClassName
{
border-color: #BE14FF;
}
.TagClassName
{
border-color: #BE14FF;
}
</style>