Shades of Electric Purple #BE1CEC
Tints of Electric Purple #BE1CEC
RGB
CMYK
RGB Variations
Color information
#BE1CEC (or 0xBE1CEC) is known color: Electric Purple. HEX triplet: BE, 1C and EC. RGB value is (190,28,236). Sum of RGB (Red+Green+Blue) = 190+28+236=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CEC is #41E313. Grayscale: #636363. Windows color (decimal): -4317972 or 15473854. OLE color: 15473854.
HSL color Cylindrical-coordinate representation of color #BE1CEC: hue angle of 286.73º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1CEC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 28 | 236 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 286.73º | 0.85% | 0.52% | - |
| HSV(B) | 286.73º | 0.88% | 0.93% | - |
| XYZ | 36.79 | 17.83 | 80.86 | - |
| YUV | 100.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 236 | 0.19 | 0.88 | 0 | 0.07 | 286.73 | 0.85 | 0.52 |
| Hex | BE | 1C | EC | 13 | 58 | 0 | 7 | 11F | 55 | 34 |
| Octal | 276 | 34 | 354 | 23 | 130 | 0 | 7 | 437 | 125 | 64 |
| Binary | 10111110 | 11100 | 11101100 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010101 | 110100 |
Color Harmonies of #BE1CEC
Complementary color
Monochromatic Colors of #BE1CEC
Black with #BE1CEC
Text Example
Text Example
White with #BE1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CEC; }
p { color: rgb(190,28,236); }
H1.HeaderClassName
{
color: #BE1CEC;
}
.AnyTagClassName
{
color: #BE1CEC;
}
</style>
background-color css
<style>
a { background-color: #BE1CEC; }
a { background-color: rgb(190,28,236); }
div.DivClassName
{
background-color: #BE1CEC;
}
.BgClassName
{
background-color: #BE1CEC;
}
</style>
border-color css
<style>
span { border-color: #BE1CEC; }
span { border-color: rgb(190,28,236); }
td.TdClassName
{
border-color: #BE1CEC;
}
.TagClassName
{
border-color: #BE1CEC;
}
</style>