Shades of Electric Purple #BE0CE6
Tints of Electric Purple #BE0CE6
RGB
CMYK
RGB Variations
Color information
#BE0CE6 (or 0xBE0CE6) is known color: Electric Purple. HEX triplet: BE, 0C and E6. RGB value is (190,12,230). Sum of RGB (Red+Green+Blue) = 190+12+230=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE0CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CE6 is #41F319. Grayscale: #595959. Windows color (decimal): -4322074 or 15076542. OLE color: 15076542.
HSL color Cylindrical-coordinate representation of color #BE0CE6: hue angle of 288.99º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CE6 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 12 | 230 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.10 |
| HSL | 288.99º | 0.9% | 0.47% | - |
| HSV(B) | 288.99º | 0.95% | 0.9% | - |
| XYZ | 35.65 | 16.92 | 76.25 | - |
| YUV | 90.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 230 | 0.17 | 0.95 | 0 | 0.10 | 288.99 | 0.9 | 0.47 |
| Hex | BE | C | E6 | 11 | 5F | 0 | A | 121 | 5A | 2F |
| Octal | 276 | 14 | 346 | 21 | 137 | 0 | 12 | 441 | 132 | 57 |
| Binary | 10111110 | 1100 | 11100110 | 10001 | 1011111 | 0 | 1010 | 100100001 | 1011010 | 101111 |
Color Harmonies of #BE0CE6
Complementary color
Monochromatic Colors of #BE0CE6
Black with #BE0CE6
Text Example
Text Example
White with #BE0CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CE6; }
p { color: rgb(190,12,230); }
H1.HeaderClassName
{
color: #BE0CE6;
}
.AnyTagClassName
{
color: #BE0CE6;
}
</style>
background-color css
<style>
a { background-color: #BE0CE6; }
a { background-color: rgb(190,12,230); }
div.DivClassName
{
background-color: #BE0CE6;
}
.BgClassName
{
background-color: #BE0CE6;
}
</style>
border-color css
<style>
span { border-color: #BE0CE6; }
span { border-color: rgb(190,12,230); }
td.TdClassName
{
border-color: #BE0CE6;
}
.TagClassName
{
border-color: #BE0CE6;
}
</style>