Shades of Electric Purple #BE18E7
Tints of Electric Purple #BE18E7
RGB
CMYK
RGB Variations
Color information
#BE18E7 (or 0xBE18E7) is known color: Electric Purple. HEX triplet: BE, 18 and E7. RGB value is (190,24,231). Sum of RGB (Red+Green+Blue) = 190+24+231=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE18E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE18E7 is #41E718. Grayscale: #606060. Windows color (decimal): -4319001 or 15145150. OLE color: 15145150.
HSL color Cylindrical-coordinate representation of color #BE18E7: hue angle of 288.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE18E7 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 24 | 231 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.09 |
| HSL | 288.12º | 0.81% | 0.5% | - |
| HSV(B) | 288.12º | 0.9% | 0.91% | - |
| XYZ | 35.99 | 17.37 | 77.06 | - |
| YUV | 97.23 | 203.5 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 231 | 0.18 | 0.90 | 0 | 0.09 | 288.12 | 0.81 | 0.5 |
| Hex | BE | 18 | E7 | 12 | 5A | 0 | 9 | 120 | 51 | 32 |
| Octal | 276 | 30 | 347 | 22 | 132 | 0 | 11 | 440 | 121 | 62 |
| Binary | 10111110 | 11000 | 11100111 | 10010 | 1011010 | 0 | 1001 | 100100000 | 1010001 | 110010 |
Color Harmonies of #BE18E7
Complementary color
Monochromatic Colors of #BE18E7
Black with #BE18E7
Text Example
Text Example
White with #BE18E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18E7; }
p { color: rgb(190,24,231); }
H1.HeaderClassName
{
color: #BE18E7;
}
.AnyTagClassName
{
color: #BE18E7;
}
</style>
background-color css
<style>
a { background-color: #BE18E7; }
a { background-color: rgb(190,24,231); }
div.DivClassName
{
background-color: #BE18E7;
}
.BgClassName
{
background-color: #BE18E7;
}
</style>
border-color css
<style>
span { border-color: #BE18E7; }
span { border-color: rgb(190,24,231); }
td.TdClassName
{
border-color: #BE18E7;
}
.TagClassName
{
border-color: #BE18E7;
}
</style>