Shades of Electric Purple #BE03E5
Tints of Electric Purple #BE03E5
RGB
CMYK
RGB Variations
Color information
#BE03E5 (or 0xBE03E5) is known color: Electric Purple. HEX triplet: BE, 03 and E5. RGB value is (190,3,229). Sum of RGB (Red+Green+Blue) = 190+3+229=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03E5 is #41FC1A. Grayscale: #535353. Windows color (decimal): -4324379 or 15008702. OLE color: 15008702.
HSL color Cylindrical-coordinate representation of color #BE03E5: hue angle of 289.65º degrees, saturation: 0.97, 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 #BE03E5 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 3 | 229 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.10 |
| HSL | 289.65º | 0.97% | 0.45% | - |
| HSV(B) | 289.65º | 0.99% | 0.9% | - |
| XYZ | 35.41 | 16.67 | 75.48 | - |
| YUV | 84.68 | 209.45 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 229 | 0.17 | 0.99 | 0 | 0.10 | 289.65 | 0.97 | 0.45 |
| Hex | BE | 3 | E5 | 11 | 63 | 0 | A | 122 | 61 | 2D |
| Octal | 276 | 3 | 345 | 21 | 143 | 0 | 12 | 442 | 141 | 55 |
| Binary | 10111110 | 11 | 11100101 | 10001 | 1100011 | 0 | 1010 | 100100010 | 1100001 | 101101 |
Color Harmonies of #BE03E5
Complementary color
Monochromatic Colors of #BE03E5
Black with #BE03E5
Text Example
Text Example
White with #BE03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03E5; }
p { color: rgb(190,3,229); }
H1.HeaderClassName
{
color: #BE03E5;
}
.AnyTagClassName
{
color: #BE03E5;
}
</style>
background-color css
<style>
a { background-color: #BE03E5; }
a { background-color: rgb(190,3,229); }
div.DivClassName
{
background-color: #BE03E5;
}
.BgClassName
{
background-color: #BE03E5;
}
</style>
border-color css
<style>
span { border-color: #BE03E5; }
span { border-color: rgb(190,3,229); }
td.TdClassName
{
border-color: #BE03E5;
}
.TagClassName
{
border-color: #BE03E5;
}
</style>