Shades of Electric Purple #BE25E9
Tints of Electric Purple #BE25E9
RGB
CMYK
RGB Variations
Color information
#BE25E9 (or 0xBE25E9) is known color: Electric Purple. HEX triplet: BE, 25 and E9. RGB value is (190,37,233). Sum of RGB (Red+Green+Blue) = 190+37+233=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE25E9 is #41DA16. Grayscale: #686868. Windows color (decimal): -4315671 or 15279550. OLE color: 15279550.
HSL color Cylindrical-coordinate representation of color #BE25E9: hue angle of 286.84º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE25E9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 37 | 233 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.09 |
| HSL | 286.84º | 0.82% | 0.53% | - |
| HSV(B) | 286.84º | 0.84% | 0.91% | - |
| XYZ | 36.6 | 18.15 | 78.67 | - |
| YUV | 105.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 233 | 0.18 | 0.84 | 0 | 0.09 | 286.84 | 0.82 | 0.53 |
| Hex | BE | 25 | E9 | 12 | 54 | 0 | 9 | 11F | 52 | 35 |
| Octal | 276 | 45 | 351 | 22 | 124 | 0 | 11 | 437 | 122 | 65 |
| Binary | 10111110 | 100101 | 11101001 | 10010 | 1010100 | 0 | 1001 | 100011111 | 1010010 | 110101 |
Color Harmonies of #BE25E9
Complementary color
Monochromatic Colors of #BE25E9
Black with #BE25E9
Text Example
Text Example
White with #BE25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25E9; }
p { color: rgb(190,37,233); }
H1.HeaderClassName
{
color: #BE25E9;
}
.AnyTagClassName
{
color: #BE25E9;
}
</style>
background-color css
<style>
a { background-color: #BE25E9; }
a { background-color: rgb(190,37,233); }
div.DivClassName
{
background-color: #BE25E9;
}
.BgClassName
{
background-color: #BE25E9;
}
</style>
border-color css
<style>
span { border-color: #BE25E9; }
span { border-color: rgb(190,37,233); }
td.TdClassName
{
border-color: #BE25E9;
}
.TagClassName
{
border-color: #BE25E9;
}
</style>