Shades of Electric Purple #BE02FE
Tints of Electric Purple #BE02FE
RGB
CMYK
RGB Variations
Color information
#BE02FE (or 0xBE02FE) is known color: Electric Purple. HEX triplet: BE, 02 and FE. RGB value is (190,2,254). Sum of RGB (Red+Green+Blue) = 190+2+254=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE02FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE02FE is #41FD01. Grayscale: #565656. Windows color (decimal): -4324610 or 16646846. OLE color: 16646846.
HSL color Cylindrical-coordinate representation of color #BE02FE: hue angle of 284.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02FE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 2 | 254 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.00 |
| HSL | 284.76º | 0.99% | 0.5% | - |
| HSV(B) | 284.76º | 0.99% | 1% | - |
| XYZ | 39.15 | 18.15 | 95.21 | - |
| YUV | 86.94 | 222.28 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 254 | 0.25 | 0.99 | 0 | 0.00 | 284.76 | 0.99 | 0.5 |
| Hex | BE | 2 | FE | 19 | 63 | 0 | 0 | 11D | 63 | 32 |
| Octal | 276 | 2 | 376 | 31 | 143 | 0 | 0 | 435 | 143 | 62 |
| Binary | 10111110 | 10 | 11111110 | 11001 | 1100011 | 0 | 0 | 100011101 | 1100011 | 110010 |
Color Harmonies of #BE02FE
Complementary color
Monochromatic Colors of #BE02FE
Black with #BE02FE
Text Example
Text Example
White with #BE02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02FE; }
p { color: rgb(190,2,254); }
H1.HeaderClassName
{
color: #BE02FE;
}
.AnyTagClassName
{
color: #BE02FE;
}
</style>
background-color css
<style>
a { background-color: #BE02FE; }
a { background-color: rgb(190,2,254); }
div.DivClassName
{
background-color: #BE02FE;
}
.BgClassName
{
background-color: #BE02FE;
}
</style>
border-color css
<style>
span { border-color: #BE02FE; }
span { border-color: rgb(190,2,254); }
td.TdClassName
{
border-color: #BE02FE;
}
.TagClassName
{
border-color: #BE02FE;
}
</style>