Shades of Electric Purple #BE18EA
Tints of Electric Purple #BE18EA
RGB
CMYK
RGB Variations
Color information
#BE18EA (or 0xBE18EA) is known color: Electric Purple. HEX triplet: BE, 18 and EA. RGB value is (190,24,234). Sum of RGB (Red+Green+Blue) = 190+24+234=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE18EA is #41E715. Grayscale: #606060. Windows color (decimal): -4318998 or 15341758. OLE color: 15341758.
HSL color Cylindrical-coordinate representation of color #BE18EA: hue angle of 287.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE18EA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 24 | 234 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.08 |
| HSL | 287.43º | 0.83% | 0.51% | - |
| HSV(B) | 287.43º | 0.9% | 0.92% | - |
| XYZ | 36.41 | 17.54 | 79.31 | - |
| YUV | 97.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 234 | 0.19 | 0.90 | 0 | 0.08 | 287.43 | 0.83 | 0.51 |
| Hex | BE | 18 | EA | 13 | 5A | 0 | 8 | 11F | 53 | 33 |
| Octal | 276 | 30 | 352 | 23 | 132 | 0 | 10 | 437 | 123 | 63 |
| Binary | 10111110 | 11000 | 11101010 | 10011 | 1011010 | 0 | 1000 | 100011111 | 1010011 | 110011 |
Color Harmonies of #BE18EA
Complementary color
Monochromatic Colors of #BE18EA
Black with #BE18EA
Text Example
Text Example
White with #BE18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18EA; }
p { color: rgb(190,24,234); }
H1.HeaderClassName
{
color: #BE18EA;
}
.AnyTagClassName
{
color: #BE18EA;
}
</style>
background-color css
<style>
a { background-color: #BE18EA; }
a { background-color: rgb(190,24,234); }
div.DivClassName
{
background-color: #BE18EA;
}
.BgClassName
{
background-color: #BE18EA;
}
</style>
border-color css
<style>
span { border-color: #BE18EA; }
span { border-color: rgb(190,24,234); }
td.TdClassName
{
border-color: #BE18EA;
}
.TagClassName
{
border-color: #BE18EA;
}
</style>