Shades of Electric Purple #BE0FEF
Tints of Electric Purple #BE0FEF
RGB
CMYK
RGB Variations
Color information
#BE0FEF (or 0xBE0FEF) is known color: Electric Purple. HEX triplet: BE, 0F and EF. RGB value is (190,15,239). Sum of RGB (Red+Green+Blue) = 190+15+239=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE0FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FEF is #41F010. Grayscale: #5C5C5C. Windows color (decimal): -4321297 or 15667134. OLE color: 15667134.
HSL color Cylindrical-coordinate representation of color #BE0FEF: hue angle of 286.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0FEF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 15 | 239 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.06 |
| HSL | 286.88º | 0.88% | 0.5% | - |
| HSV(B) | 286.88º | 0.94% | 0.94% | - |
| XYZ | 36.99 | 17.52 | 83.09 | - |
| YUV | 92.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 239 | 0.21 | 0.94 | 0 | 0.06 | 286.88 | 0.88 | 0.5 |
| Hex | BE | F | EF | 15 | 5E | 0 | 6 | 11F | 58 | 32 |
| Octal | 276 | 17 | 357 | 25 | 136 | 0 | 6 | 437 | 130 | 62 |
| Binary | 10111110 | 1111 | 11101111 | 10101 | 1011110 | 0 | 110 | 100011111 | 1011000 | 110010 |
Color Harmonies of #BE0FEF
Complementary color
Monochromatic Colors of #BE0FEF
Black with #BE0FEF
Text Example
Text Example
White with #BE0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FEF; }
p { color: rgb(190,15,239); }
H1.HeaderClassName
{
color: #BE0FEF;
}
.AnyTagClassName
{
color: #BE0FEF;
}
</style>
background-color css
<style>
a { background-color: #BE0FEF; }
a { background-color: rgb(190,15,239); }
div.DivClassName
{
background-color: #BE0FEF;
}
.BgClassName
{
background-color: #BE0FEF;
}
</style>
border-color css
<style>
span { border-color: #BE0FEF; }
span { border-color: rgb(190,15,239); }
td.TdClassName
{
border-color: #BE0FEF;
}
.TagClassName
{
border-color: #BE0FEF;
}
</style>