Shades of Electric Purple #BE0BEA
Tints of Electric Purple #BE0BEA
RGB
CMYK
RGB Variations
Color information
#BE0BEA (or 0xBE0BEA) is known color: Electric Purple. HEX triplet: BE, 0B and EA. RGB value is (190,11,234). Sum of RGB (Red+Green+Blue) = 190+11+234=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE0BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0BEA is #41F415. Grayscale: #595959. Windows color (decimal): -4322326 or 15338430. OLE color: 15338430.
HSL color Cylindrical-coordinate representation of color #BE0BEA: hue angle of 288.16º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BEA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 11 | 234 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.08 |
| HSL | 288.16º | 0.91% | 0.48% | - |
| HSV(B) | 288.16º | 0.95% | 0.92% | - |
| XYZ | 36.21 | 17.13 | 79.24 | - |
| YUV | 89.94 | 209.3 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 234 | 0.19 | 0.95 | 0 | 0.08 | 288.16 | 0.91 | 0.48 |
| Hex | BE | B | EA | 13 | 5F | 0 | 8 | 120 | 5B | 30 |
| Octal | 276 | 13 | 352 | 23 | 137 | 0 | 10 | 440 | 133 | 60 |
| Binary | 10111110 | 1011 | 11101010 | 10011 | 1011111 | 0 | 1000 | 100100000 | 1011011 | 110000 |
Color Harmonies of #BE0BEA
Complementary color
Monochromatic Colors of #BE0BEA
Black with #BE0BEA
Text Example
Text Example
White with #BE0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BEA; }
p { color: rgb(190,11,234); }
H1.HeaderClassName
{
color: #BE0BEA;
}
.AnyTagClassName
{
color: #BE0BEA;
}
</style>
background-color css
<style>
a { background-color: #BE0BEA; }
a { background-color: rgb(190,11,234); }
div.DivClassName
{
background-color: #BE0BEA;
}
.BgClassName
{
background-color: #BE0BEA;
}
</style>
border-color css
<style>
span { border-color: #BE0BEA; }
span { border-color: rgb(190,11,234); }
td.TdClassName
{
border-color: #BE0BEA;
}
.TagClassName
{
border-color: #BE0BEA;
}
</style>