Shades of Electric Purple #BE03ED
Tints of Electric Purple #BE03ED
RGB
CMYK
RGB Variations
Color information
#BE03ED (or 0xBE03ED) is known color: Electric Purple. HEX triplet: BE, 03 and ED. RGB value is (190,3,237). Sum of RGB (Red+Green+Blue) = 190+3+237=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE03ED is #41FC12. Grayscale: #545454. Windows color (decimal): -4324371 or 15532990. OLE color: 15532990.
HSL color Cylindrical-coordinate representation of color #BE03ED: hue angle of 287.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03ED is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 3 | 237 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.07 |
| HSL | 287.95º | 0.98% | 0.47% | - |
| HSV(B) | 287.95º | 0.99% | 0.93% | - |
| XYZ | 36.55 | 17.13 | 81.5 | - |
| YUV | 85.59 | 213.45 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 237 | 0.20 | 0.99 | 0 | 0.07 | 287.95 | 0.98 | 0.47 |
| Hex | BE | 3 | ED | 14 | 63 | 0 | 7 | 120 | 62 | 2F |
| Octal | 276 | 3 | 355 | 24 | 143 | 0 | 7 | 440 | 142 | 57 |
| Binary | 10111110 | 11 | 11101101 | 10100 | 1100011 | 0 | 111 | 100100000 | 1100010 | 101111 |
Color Harmonies of #BE03ED
Complementary color
Monochromatic Colors of #BE03ED
Black with #BE03ED
Text Example
Text Example
White with #BE03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03ED; }
p { color: rgb(190,3,237); }
H1.HeaderClassName
{
color: #BE03ED;
}
.AnyTagClassName
{
color: #BE03ED;
}
</style>
background-color css
<style>
a { background-color: #BE03ED; }
a { background-color: rgb(190,3,237); }
div.DivClassName
{
background-color: #BE03ED;
}
.BgClassName
{
background-color: #BE03ED;
}
</style>
border-color css
<style>
span { border-color: #BE03ED; }
span { border-color: rgb(190,3,237); }
td.TdClassName
{
border-color: #BE03ED;
}
.TagClassName
{
border-color: #BE03ED;
}
</style>