Shades of Electric Purple #BE02E5
Tints of Electric Purple #BE02E5
RGB
CMYK
RGB Variations
Color information
#BE02E5 (or 0xBE02E5) is known color: Electric Purple. HEX triplet: BE, 02 and E5. RGB value is (190,2,229). Sum of RGB (Red+Green+Blue) = 190+2+229=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE02E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02E5 is #41FD1A. Grayscale: #535353. Windows color (decimal): -4324635 or 15008446. OLE color: 15008446.
HSL color Cylindrical-coordinate representation of color #BE02E5: hue angle of 289.69º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02E5 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 2 | 229 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.10 |
| HSL | 289.69º | 0.98% | 0.45% | - |
| HSV(B) | 289.69º | 0.99% | 0.9% | - |
| XYZ | 35.4 | 16.65 | 75.48 | - |
| YUV | 84.09 | 209.78 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 229 | 0.17 | 0.99 | 0 | 0.10 | 289.69 | 0.98 | 0.45 |
| Hex | BE | 2 | E5 | 11 | 63 | 0 | A | 122 | 62 | 2D |
| Octal | 276 | 2 | 345 | 21 | 143 | 0 | 12 | 442 | 142 | 55 |
| Binary | 10111110 | 10 | 11100101 | 10001 | 1100011 | 0 | 1010 | 100100010 | 1100010 | 101101 |
Color Harmonies of #BE02E5
Complementary color
Monochromatic Colors of #BE02E5
Black with #BE02E5
Text Example
Text Example
White with #BE02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02E5; }
p { color: rgb(190,2,229); }
H1.HeaderClassName
{
color: #BE02E5;
}
.AnyTagClassName
{
color: #BE02E5;
}
</style>
background-color css
<style>
a { background-color: #BE02E5; }
a { background-color: rgb(190,2,229); }
div.DivClassName
{
background-color: #BE02E5;
}
.BgClassName
{
background-color: #BE02E5;
}
</style>
border-color css
<style>
span { border-color: #BE02E5; }
span { border-color: rgb(190,2,229); }
td.TdClassName
{
border-color: #BE02E5;
}
.TagClassName
{
border-color: #BE02E5;
}
</style>