Shades of Electric Purple #BE04F0
Tints of Electric Purple #BE04F0
RGB
CMYK
RGB Variations
Color information
#BE04F0 (or 0xBE04F0) is known color: Electric Purple. HEX triplet: BE, 04 and F0. RGB value is (190,4,240). Sum of RGB (Red+Green+Blue) = 190+4+240=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE04F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE04F0 is #41FB0F. Grayscale: #555555. Windows color (decimal): -4324112 or 15729854. OLE color: 15729854.
HSL color Cylindrical-coordinate representation of color #BE04F0: hue angle of 287.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04F0 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 4 | 240 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.06 |
| HSL | 287.29º | 0.97% | 0.48% | - |
| HSV(B) | 287.29º | 0.98% | 0.94% | - |
| XYZ | 37.01 | 17.33 | 83.83 | - |
| YUV | 86.52 | 214.62 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 240 | 0.21 | 0.98 | 0 | 0.06 | 287.29 | 0.97 | 0.48 |
| Hex | BE | 4 | F0 | 15 | 62 | 0 | 6 | 11F | 61 | 30 |
| Octal | 276 | 4 | 360 | 25 | 142 | 0 | 6 | 437 | 141 | 60 |
| Binary | 10111110 | 100 | 11110000 | 10101 | 1100010 | 0 | 110 | 100011111 | 1100001 | 110000 |
Color Harmonies of #BE04F0
Complementary color
Monochromatic Colors of #BE04F0
Black with #BE04F0
Text Example
Text Example
White with #BE04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04F0; }
p { color: rgb(190,4,240); }
H1.HeaderClassName
{
color: #BE04F0;
}
.AnyTagClassName
{
color: #BE04F0;
}
</style>
background-color css
<style>
a { background-color: #BE04F0; }
a { background-color: rgb(190,4,240); }
div.DivClassName
{
background-color: #BE04F0;
}
.BgClassName
{
background-color: #BE04F0;
}
</style>
border-color css
<style>
span { border-color: #BE04F0; }
span { border-color: rgb(190,4,240); }
td.TdClassName
{
border-color: #BE04F0;
}
.TagClassName
{
border-color: #BE04F0;
}
</style>