Shades of Electric Purple #BE03FE
Tints of Electric Purple #BE03FE
RGB
CMYK
RGB Variations
Color information
#BE03FE (or 0xBE03FE) is known color: Electric Purple. HEX triplet: BE, 03 and FE. RGB value is (190,3,254). Sum of RGB (Red+Green+Blue) = 190+3+254=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE03FE is #41FC01. Grayscale: #565656. Windows color (decimal): -4324354 or 16647102. OLE color: 16647102.
HSL color Cylindrical-coordinate representation of color #BE03FE: hue angle of 284.7º 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 #BE03FE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 3 | 254 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.00 |
| HSL | 284.7º | 0.99% | 0.5% | - |
| HSV(B) | 284.7º | 0.99% | 1% | - |
| XYZ | 39.16 | 18.17 | 95.21 | - |
| YUV | 87.53 | 221.95 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 254 | 0.25 | 0.99 | 0 | 0.00 | 284.7 | 0.99 | 0.5 |
| Hex | BE | 3 | FE | 19 | 63 | 0 | 0 | 11D | 63 | 32 |
| Octal | 276 | 3 | 376 | 31 | 143 | 0 | 0 | 435 | 143 | 62 |
| Binary | 10111110 | 11 | 11111110 | 11001 | 1100011 | 0 | 0 | 100011101 | 1100011 | 110010 |
Color Harmonies of #BE03FE
Complementary color
Monochromatic Colors of #BE03FE
Black with #BE03FE
Text Example
Text Example
White with #BE03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03FE; }
p { color: rgb(190,3,254); }
H1.HeaderClassName
{
color: #BE03FE;
}
.AnyTagClassName
{
color: #BE03FE;
}
</style>
background-color css
<style>
a { background-color: #BE03FE; }
a { background-color: rgb(190,3,254); }
div.DivClassName
{
background-color: #BE03FE;
}
.BgClassName
{
background-color: #BE03FE;
}
</style>
border-color css
<style>
span { border-color: #BE03FE; }
span { border-color: rgb(190,3,254); }
td.TdClassName
{
border-color: #BE03FE;
}
.TagClassName
{
border-color: #BE03FE;
}
</style>