Shades of Electric Purple #BE10E8
Tints of Electric Purple #BE10E8
RGB
CMYK
RGB Variations
Color information
#BE10E8 (or 0xBE10E8) is known color: Electric Purple. HEX triplet: BE, 10 and E8. RGB value is (190,16,232). Sum of RGB (Red+Green+Blue) = 190+16+232=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE10E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE10E8 is #41EF17. Grayscale: #5B5B5B. Windows color (decimal): -4321048 or 15208638. OLE color: 15208638.
HSL color Cylindrical-coordinate representation of color #BE10E8: hue angle of 288.33º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE10E8 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 16 | 232 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.09 |
| HSL | 288.33º | 0.87% | 0.49% | - |
| HSV(B) | 288.33º | 0.93% | 0.91% | - |
| XYZ | 35.99 | 17.14 | 77.76 | - |
| YUV | 92.65 | 206.65 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 232 | 0.18 | 0.93 | 0 | 0.09 | 288.33 | 0.87 | 0.49 |
| Hex | BE | 10 | E8 | 12 | 5D | 0 | 9 | 120 | 57 | 31 |
| Octal | 276 | 20 | 350 | 22 | 135 | 0 | 11 | 440 | 127 | 61 |
| Binary | 10111110 | 10000 | 11101000 | 10010 | 1011101 | 0 | 1001 | 100100000 | 1010111 | 110001 |
Color Harmonies of #BE10E8
Complementary color
Monochromatic Colors of #BE10E8
Black with #BE10E8
Text Example
Text Example
White with #BE10E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE10E8; }
p { color: rgb(190,16,232); }
H1.HeaderClassName
{
color: #BE10E8;
}
.AnyTagClassName
{
color: #BE10E8;
}
</style>
background-color css
<style>
a { background-color: #BE10E8; }
a { background-color: rgb(190,16,232); }
div.DivClassName
{
background-color: #BE10E8;
}
.BgClassName
{
background-color: #BE10E8;
}
</style>
border-color css
<style>
span { border-color: #BE10E8; }
span { border-color: rgb(190,16,232); }
td.TdClassName
{
border-color: #BE10E8;
}
.TagClassName
{
border-color: #BE10E8;
}
</style>