Shades of Electric Purple #BE00E7
Tints of Electric Purple #BE00E7
RGB
CMYK
RGB Variations
Color information
#BE00E7 (or 0xBE00E7) is known color: Electric Purple. HEX triplet: BE, 00 and E7. RGB value is (190,0,231). Sum of RGB (Red+Green+Blue) = 190+0+231=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 231 (90.62% from 255 or 54.87% from 421); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE00E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00E7 is #41FF18. Grayscale: #525252. Windows color (decimal): -4325145 or 15139006. OLE color: 15139006.
HSL color Cylindrical-coordinate representation of color #BE00E7: hue angle of 289.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00E7 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 0 | 231 | - |
| CMYK | 0.18 | 1 | 0 | 0.09 |
| HSL | 289.35º | 1% | 0.45% | - |
| HSV(B) | 289.35º | 1% | 0.91% | - |
| XYZ | 35.66 | 16.72 | 76.95 | - |
| YUV | 83.14 | 211.45 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 231 | 0.18 | 1 | 0 | 0.09 | 289.35 | 1 | 0.45 |
| Hex | BE | 0 | E7 | 12 | 64 | 0 | 9 | 121 | 64 | 2D |
| Octal | 276 | 0 | 347 | 22 | 144 | 0 | 11 | 441 | 144 | 55 |
| Binary | 10111110 | 0 | 11100111 | 10010 | 1100100 | 0 | 1001 | 100100001 | 1100100 | 101101 |
Color Harmonies of #BE00E7
Complementary color
Monochromatic Colors of #BE00E7
Black with #BE00E7
Text Example
Text Example
White with #BE00E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00E7; }
p { color: rgb(190,0,231); }
H1.HeaderClassName
{
color: #BE00E7;
}
.AnyTagClassName
{
color: #BE00E7;
}
</style>
background-color css
<style>
a { background-color: #BE00E7; }
a { background-color: rgb(190,0,231); }
div.DivClassName
{
background-color: #BE00E7;
}
.BgClassName
{
background-color: #BE00E7;
}
</style>
border-color css
<style>
span { border-color: #BE00E7; }
span { border-color: rgb(190,0,231); }
td.TdClassName
{
border-color: #BE00E7;
}
.TagClassName
{
border-color: #BE00E7;
}
</style>