Shades of Electric Purple #BE00E9
Tints of Electric Purple #BE00E9
RGB
CMYK
RGB Variations
Color information
#BE00E9 (or 0xBE00E9) is known color: Electric Purple. HEX triplet: BE, 00 and E9. RGB value is (190,0,233). Sum of RGB (Red+Green+Blue) = 190+0+233=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE00E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00E9 is #41FF16. Grayscale: #525252. Windows color (decimal): -4325143 or 15270078. OLE color: 15270078.
HSL color Cylindrical-coordinate representation of color #BE00E9: hue angle of 288.93º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00E9 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 0 | 233 | - |
| CMYK | 0.18 | 1 | 0 | 0.09 |
| HSL | 288.93º | 1% | 0.46% | - |
| HSV(B) | 288.93º | 1% | 0.91% | - |
| XYZ | 35.94 | 16.83 | 78.44 | - |
| YUV | 83.37 | 212.45 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 233 | 0.18 | 1 | 0 | 0.09 | 288.93 | 1 | 0.46 |
| Hex | BE | 0 | E9 | 12 | 64 | 0 | 9 | 121 | 64 | 2E |
| Octal | 276 | 0 | 351 | 22 | 144 | 0 | 11 | 441 | 144 | 56 |
| Binary | 10111110 | 0 | 11101001 | 10010 | 1100100 | 0 | 1001 | 100100001 | 1100100 | 101110 |
Color Harmonies of #BE00E9
Complementary color
Monochromatic Colors of #BE00E9
Black with #BE00E9
Text Example
Text Example
White with #BE00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00E9; }
p { color: rgb(190,0,233); }
H1.HeaderClassName
{
color: #BE00E9;
}
.AnyTagClassName
{
color: #BE00E9;
}
</style>
background-color css
<style>
a { background-color: #BE00E9; }
a { background-color: rgb(190,0,233); }
div.DivClassName
{
background-color: #BE00E9;
}
.BgClassName
{
background-color: #BE00E9;
}
</style>
border-color css
<style>
span { border-color: #BE00E9; }
span { border-color: rgb(190,0,233); }
td.TdClassName
{
border-color: #BE00E9;
}
.TagClassName
{
border-color: #BE00E9;
}
</style>