Shades of Electric Purple #BE29EC
Tints of Electric Purple #BE29EC
RGB
CMYK
RGB Variations
Color information
#BE29EC (or 0xBE29EC) is known color: Electric Purple. HEX triplet: BE, 29 and EC. RGB value is (190,41,236). Sum of RGB (Red+Green+Blue) = 190+41+236=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE29EC is #41D613. Grayscale: #6B6B6B. Windows color (decimal): -4314644 or 15477182. OLE color: 15477182.
HSL color Cylindrical-coordinate representation of color #BE29EC: hue angle of 285.85º 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 #BE29EC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 41 | 236 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.07 |
| HSL | 285.85º | 0.84% | 0.54% | - |
| HSV(B) | 285.85º | 0.83% | 0.93% | - |
| XYZ | 37.17 | 18.59 | 80.99 | - |
| YUV | 107.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 236 | 0.19 | 0.83 | 0 | 0.07 | 285.85 | 0.84 | 0.54 |
| Hex | BE | 29 | EC | 13 | 53 | 0 | 7 | 11E | 54 | 36 |
| Octal | 276 | 51 | 354 | 23 | 123 | 0 | 7 | 436 | 124 | 66 |
| Binary | 10111110 | 101001 | 11101100 | 10011 | 1010011 | 0 | 111 | 100011110 | 1010100 | 110110 |
Color Harmonies of #BE29EC
Complementary color
Monochromatic Colors of #BE29EC
Black with #BE29EC
Text Example
Text Example
White with #BE29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29EC; }
p { color: rgb(190,41,236); }
H1.HeaderClassName
{
color: #BE29EC;
}
.AnyTagClassName
{
color: #BE29EC;
}
</style>
background-color css
<style>
a { background-color: #BE29EC; }
a { background-color: rgb(190,41,236); }
div.DivClassName
{
background-color: #BE29EC;
}
.BgClassName
{
background-color: #BE29EC;
}
</style>
border-color css
<style>
span { border-color: #BE29EC; }
span { border-color: rgb(190,41,236); }
td.TdClassName
{
border-color: #BE29EC;
}
.TagClassName
{
border-color: #BE29EC;
}
</style>