Shades of Electric Purple #BE0FEA
Tints of Electric Purple #BE0FEA
RGB
CMYK
RGB Variations
Color information
#BE0FEA (or 0xBE0FEA) is known color: Electric Purple. HEX triplet: BE, 0F and EA. RGB value is (190,15,234). Sum of RGB (Red+Green+Blue) = 190+15+234=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FEA is #41F015. Grayscale: #5B5B5B. Windows color (decimal): -4321302 or 15339454. OLE color: 15339454.
HSL color Cylindrical-coordinate representation of color #BE0FEA: hue angle of 287.95º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0FEA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 15 | 234 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.08 |
| HSL | 287.95º | 0.88% | 0.49% | - |
| HSV(B) | 287.95º | 0.94% | 0.92% | - |
| XYZ | 36.26 | 17.23 | 79.26 | - |
| YUV | 92.29 | 207.98 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 234 | 0.19 | 0.94 | 0 | 0.08 | 287.95 | 0.88 | 0.49 |
| Hex | BE | F | EA | 13 | 5E | 0 | 8 | 120 | 58 | 31 |
| Octal | 276 | 17 | 352 | 23 | 136 | 0 | 10 | 440 | 130 | 61 |
| Binary | 10111110 | 1111 | 11101010 | 10011 | 1011110 | 0 | 1000 | 100100000 | 1011000 | 110001 |
Color Harmonies of #BE0FEA
Complementary color
Monochromatic Colors of #BE0FEA
Black with #BE0FEA
Text Example
Text Example
White with #BE0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FEA; }
p { color: rgb(190,15,234); }
H1.HeaderClassName
{
color: #BE0FEA;
}
.AnyTagClassName
{
color: #BE0FEA;
}
</style>
background-color css
<style>
a { background-color: #BE0FEA; }
a { background-color: rgb(190,15,234); }
div.DivClassName
{
background-color: #BE0FEA;
}
.BgClassName
{
background-color: #BE0FEA;
}
</style>
border-color css
<style>
span { border-color: #BE0FEA; }
span { border-color: rgb(190,15,234); }
td.TdClassName
{
border-color: #BE0FEA;
}
.TagClassName
{
border-color: #BE0FEA;
}
</style>