Shades of Electric Purple #BE0CEA
Tints of Electric Purple #BE0CEA
RGB
CMYK
RGB Variations
Color information
#BE0CEA (or 0xBE0CEA) is known color: Electric Purple. HEX triplet: BE, 0C and EA. RGB value is (190,12,234). Sum of RGB (Red+Green+Blue) = 190+12+234=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CEA is #41F315. Grayscale: #595959. Windows color (decimal): -4322070 or 15338686. OLE color: 15338686.
HSL color Cylindrical-coordinate representation of color #BE0CEA: hue angle of 288.11º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CEA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 12 | 234 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.08 |
| HSL | 288.11º | 0.9% | 0.48% | - |
| HSV(B) | 288.11º | 0.95% | 0.92% | - |
| XYZ | 36.22 | 17.15 | 79.24 | - |
| YUV | 90.53 | 208.97 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 234 | 0.19 | 0.95 | 0 | 0.08 | 288.11 | 0.9 | 0.48 |
| Hex | BE | C | EA | 13 | 5F | 0 | 8 | 120 | 5A | 30 |
| Octal | 276 | 14 | 352 | 23 | 137 | 0 | 10 | 440 | 132 | 60 |
| Binary | 10111110 | 1100 | 11101010 | 10011 | 1011111 | 0 | 1000 | 100100000 | 1011010 | 110000 |
Color Harmonies of #BE0CEA
Complementary color
Monochromatic Colors of #BE0CEA
Black with #BE0CEA
Text Example
Text Example
White with #BE0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CEA; }
p { color: rgb(190,12,234); }
H1.HeaderClassName
{
color: #BE0CEA;
}
.AnyTagClassName
{
color: #BE0CEA;
}
</style>
background-color css
<style>
a { background-color: #BE0CEA; }
a { background-color: rgb(190,12,234); }
div.DivClassName
{
background-color: #BE0CEA;
}
.BgClassName
{
background-color: #BE0CEA;
}
</style>
border-color css
<style>
span { border-color: #BE0CEA; }
span { border-color: rgb(190,12,234); }
td.TdClassName
{
border-color: #BE0CEA;
}
.TagClassName
{
border-color: #BE0CEA;
}
</style>