Shades of Electric Purple #BE27EC
Tints of Electric Purple #BE27EC
RGB
CMYK
RGB Variations
Color information
#BE27EC (or 0xBE27EC) is known color: Electric Purple. HEX triplet: BE, 27 and EC. RGB value is (190,39,236). Sum of RGB (Red+Green+Blue) = 190+39+236=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE27EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE27EC is #41D813. Grayscale: #696969. Windows color (decimal): -4315156 or 15476670. OLE color: 15476670.
HSL color Cylindrical-coordinate representation of color #BE27EC: hue angle of 285.99º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE27EC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 39 | 236 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.07 |
| HSL | 285.99º | 0.84% | 0.54% | - |
| HSV(B) | 285.99º | 0.83% | 0.93% | - |
| XYZ | 37.1 | 18.45 | 80.96 | - |
| YUV | 106.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 236 | 0.19 | 0.83 | 0 | 0.07 | 285.99 | 0.84 | 0.54 |
| Hex | BE | 27 | EC | 13 | 53 | 0 | 7 | 11E | 54 | 36 |
| Octal | 276 | 47 | 354 | 23 | 123 | 0 | 7 | 436 | 124 | 66 |
| Binary | 10111110 | 100111 | 11101100 | 10011 | 1010011 | 0 | 111 | 100011110 | 1010100 | 110110 |
Color Harmonies of #BE27EC
Complementary color
Monochromatic Colors of #BE27EC
Black with #BE27EC
Text Example
Text Example
White with #BE27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE27EC; }
p { color: rgb(190,39,236); }
H1.HeaderClassName
{
color: #BE27EC;
}
.AnyTagClassName
{
color: #BE27EC;
}
</style>
background-color css
<style>
a { background-color: #BE27EC; }
a { background-color: rgb(190,39,236); }
div.DivClassName
{
background-color: #BE27EC;
}
.BgClassName
{
background-color: #BE27EC;
}
</style>
border-color css
<style>
span { border-color: #BE27EC; }
span { border-color: rgb(190,39,236); }
td.TdClassName
{
border-color: #BE27EC;
}
.TagClassName
{
border-color: #BE27EC;
}
</style>