Shades of Electric Purple #BE0AF6
Tints of Electric Purple #BE0AF6
RGB
CMYK
RGB Variations
Color information
#BE0AF6 (or 0xBE0AF6) is known color: Electric Purple. HEX triplet: BE, 0A and F6. RGB value is (190,10,246). Sum of RGB (Red+Green+Blue) = 190+10+246=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE0AF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0AF6 is #41F509. Grayscale: #595959. Windows color (decimal): -4322570 or 16124606. OLE color: 16124606.
HSL color Cylindrical-coordinate representation of color #BE0AF6: hue angle of 285.76º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0AF6 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 10 | 246 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.04 |
| HSL | 285.76º | 0.93% | 0.5% | - |
| HSV(B) | 285.76º | 0.96% | 0.96% | - |
| XYZ | 37.98 | 17.82 | 88.63 | - |
| YUV | 90.72 | 215.63 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 246 | 0.23 | 0.96 | 0 | 0.04 | 285.76 | 0.93 | 0.5 |
| Hex | BE | A | F6 | 17 | 60 | 0 | 4 | 11E | 5D | 32 |
| Octal | 276 | 12 | 366 | 27 | 140 | 0 | 4 | 436 | 135 | 62 |
| Binary | 10111110 | 1010 | 11110110 | 10111 | 1100000 | 0 | 100 | 100011110 | 1011101 | 110010 |
Color Harmonies of #BE0AF6
Complementary color
Monochromatic Colors of #BE0AF6
Black with #BE0AF6
Text Example
Text Example
White with #BE0AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0AF6; }
p { color: rgb(190,10,246); }
H1.HeaderClassName
{
color: #BE0AF6;
}
.AnyTagClassName
{
color: #BE0AF6;
}
</style>
background-color css
<style>
a { background-color: #BE0AF6; }
a { background-color: rgb(190,10,246); }
div.DivClassName
{
background-color: #BE0AF6;
}
.BgClassName
{
background-color: #BE0AF6;
}
</style>
border-color css
<style>
span { border-color: #BE0AF6; }
span { border-color: rgb(190,10,246); }
td.TdClassName
{
border-color: #BE0AF6;
}
.TagClassName
{
border-color: #BE0AF6;
}
</style>