Shades of Electric Purple #BE04FE
Tints of Electric Purple #BE04FE
RGB
CMYK
RGB Variations
Color information
#BE04FE (or 0xBE04FE) is known color: Electric Purple. HEX triplet: BE, 04 and FE. RGB value is (190,4,254). Sum of RGB (Red+Green+Blue) = 190+4+254=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE04FE is #41FB01. Grayscale: #575757. Windows color (decimal): -4324098 or 16647358. OLE color: 16647358.
HSL color Cylindrical-coordinate representation of color #BE04FE: hue angle of 284.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04FE is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 4 | 254 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.00 |
| HSL | 284.64º | 0.99% | 0.51% | - |
| HSV(B) | 284.64º | 0.98% | 1% | - |
| XYZ | 39.17 | 18.19 | 95.21 | - |
| YUV | 88.11 | 221.62 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 254 | 0.25 | 0.98 | 0 | 0.00 | 284.64 | 0.99 | 0.51 |
| Hex | BE | 4 | FE | 19 | 62 | 0 | 0 | 11D | 63 | 33 |
| Octal | 276 | 4 | 376 | 31 | 142 | 0 | 0 | 435 | 143 | 63 |
| Binary | 10111110 | 100 | 11111110 | 11001 | 1100010 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #BE04FE
Complementary color
Monochromatic Colors of #BE04FE
Black with #BE04FE
Text Example
Text Example
White with #BE04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04FE; }
p { color: rgb(190,4,254); }
H1.HeaderClassName
{
color: #BE04FE;
}
.AnyTagClassName
{
color: #BE04FE;
}
</style>
background-color css
<style>
a { background-color: #BE04FE; }
a { background-color: rgb(190,4,254); }
div.DivClassName
{
background-color: #BE04FE;
}
.BgClassName
{
background-color: #BE04FE;
}
</style>
border-color css
<style>
span { border-color: #BE04FE; }
span { border-color: rgb(190,4,254); }
td.TdClassName
{
border-color: #BE04FE;
}
.TagClassName
{
border-color: #BE04FE;
}
</style>