Shades of Electric Purple #BE07EC
Tints of Electric Purple #BE07EC
RGB
CMYK
RGB Variations
Color information
#BE07EC (or 0xBE07EC) is known color: Electric Purple. HEX triplet: BE, 07 and EC. RGB value is (190,7,236). Sum of RGB (Red+Green+Blue) = 190+7+236=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE07EC is #41F813. Grayscale: #575757. Windows color (decimal): -4323348 or 15468478. OLE color: 15468478.
HSL color Cylindrical-coordinate representation of color #BE07EC: hue angle of 287.95º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07EC is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 7 | 236 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.07 |
| HSL | 287.95º | 0.94% | 0.48% | - |
| HSV(B) | 287.95º | 0.97% | 0.93% | - |
| XYZ | 36.45 | 17.16 | 80.75 | - |
| YUV | 87.82 | 211.63 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 236 | 0.19 | 0.97 | 0 | 0.07 | 287.95 | 0.94 | 0.48 |
| Hex | BE | 7 | EC | 13 | 61 | 0 | 7 | 120 | 5E | 30 |
| Octal | 276 | 7 | 354 | 23 | 141 | 0 | 7 | 440 | 136 | 60 |
| Binary | 10111110 | 111 | 11101100 | 10011 | 1100001 | 0 | 111 | 100100000 | 1011110 | 110000 |
Color Harmonies of #BE07EC
Complementary color
Monochromatic Colors of #BE07EC
Black with #BE07EC
Text Example
Text Example
White with #BE07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07EC; }
p { color: rgb(190,7,236); }
H1.HeaderClassName
{
color: #BE07EC;
}
.AnyTagClassName
{
color: #BE07EC;
}
</style>
background-color css
<style>
a { background-color: #BE07EC; }
a { background-color: rgb(190,7,236); }
div.DivClassName
{
background-color: #BE07EC;
}
.BgClassName
{
background-color: #BE07EC;
}
</style>
border-color css
<style>
span { border-color: #BE07EC; }
span { border-color: rgb(190,7,236); }
td.TdClassName
{
border-color: #BE07EC;
}
.TagClassName
{
border-color: #BE07EC;
}
</style>