Shades of Electric Purple #BE26EC
Tints of Electric Purple #BE26EC
RGB
CMYK
RGB Variations
Color information
#BE26EC (or 0xBE26EC) is known color: Electric Purple. HEX triplet: BE, 26 and EC. RGB value is (190,38,236). Sum of RGB (Red+Green+Blue) = 190+38+236=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE26EC is #41D913. Grayscale: #696969. Windows color (decimal): -4315412 or 15476414. OLE color: 15476414.
HSL color Cylindrical-coordinate representation of color #BE26EC: hue angle of 286.06º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE26EC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 38 | 236 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.07 |
| HSL | 286.06º | 0.84% | 0.54% | - |
| HSV(B) | 286.06º | 0.84% | 0.93% | - |
| XYZ | 37.07 | 18.39 | 80.95 | - |
| YUV | 106.02 | 201.36 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 236 | 0.19 | 0.84 | 0 | 0.07 | 286.06 | 0.84 | 0.54 |
| Hex | BE | 26 | EC | 13 | 54 | 0 | 7 | 11E | 54 | 36 |
| Octal | 276 | 46 | 354 | 23 | 124 | 0 | 7 | 436 | 124 | 66 |
| Binary | 10111110 | 100110 | 11101100 | 10011 | 1010100 | 0 | 111 | 100011110 | 1010100 | 110110 |
Color Harmonies of #BE26EC
Complementary color
Monochromatic Colors of #BE26EC
Black with #BE26EC
Text Example
Text Example
White with #BE26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE26EC; }
p { color: rgb(190,38,236); }
H1.HeaderClassName
{
color: #BE26EC;
}
.AnyTagClassName
{
color: #BE26EC;
}
</style>
background-color css
<style>
a { background-color: #BE26EC; }
a { background-color: rgb(190,38,236); }
div.DivClassName
{
background-color: #BE26EC;
}
.BgClassName
{
background-color: #BE26EC;
}
</style>
border-color css
<style>
span { border-color: #BE26EC; }
span { border-color: rgb(190,38,236); }
td.TdClassName
{
border-color: #BE26EC;
}
.TagClassName
{
border-color: #BE26EC;
}
</style>