Shades of Electric Purple #BE2BEC
Tints of Electric Purple #BE2BEC
RGB
CMYK
RGB Variations
Color information
#BE2BEC (or 0xBE2BEC) is known color: Electric Purple. HEX triplet: BE, 2B and EC. RGB value is (190,43,236). Sum of RGB (Red+Green+Blue) = 190+43+236=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BEC is #41D413. Grayscale: #6C6C6C. Windows color (decimal): -4314132 or 15477694. OLE color: 15477694.
HSL color Cylindrical-coordinate representation of color #BE2BEC: hue angle of 285.7º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2BEC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 43 | 236 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.07 |
| HSL | 285.7º | 0.84% | 0.55% | - |
| HSV(B) | 285.7º | 0.82% | 0.93% | - |
| XYZ | 37.24 | 18.73 | 81.01 | - |
| YUV | 108.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 236 | 0.19 | 0.82 | 0 | 0.07 | 285.7 | 0.84 | 0.55 |
| Hex | BE | 2B | EC | 13 | 52 | 0 | 7 | 11E | 54 | 37 |
| Octal | 276 | 53 | 354 | 23 | 122 | 0 | 7 | 436 | 124 | 67 |
| Binary | 10111110 | 101011 | 11101100 | 10011 | 1010010 | 0 | 111 | 100011110 | 1010100 | 110111 |
Color Harmonies of #BE2BEC
Complementary color
Monochromatic Colors of #BE2BEC
Black with #BE2BEC
Text Example
Text Example
White with #BE2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BEC; }
p { color: rgb(190,43,236); }
H1.HeaderClassName
{
color: #BE2BEC;
}
.AnyTagClassName
{
color: #BE2BEC;
}
</style>
background-color css
<style>
a { background-color: #BE2BEC; }
a { background-color: rgb(190,43,236); }
div.DivClassName
{
background-color: #BE2BEC;
}
.BgClassName
{
background-color: #BE2BEC;
}
</style>
border-color css
<style>
span { border-color: #BE2BEC; }
span { border-color: rgb(190,43,236); }
td.TdClassName
{
border-color: #BE2BEC;
}
.TagClassName
{
border-color: #BE2BEC;
}
</style>