Shades of Electric Purple #BE18ED
Tints of Electric Purple #BE18ED
RGB
CMYK
RGB Variations
Color information
#BE18ED (or 0xBE18ED) is known color: Electric Purple. HEX triplet: BE, 18 and ED. RGB value is (190,24,237). Sum of RGB (Red+Green+Blue) = 190+24+237=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE18ED is #41E712. Grayscale: #616161. Windows color (decimal): -4318995 or 15538366. OLE color: 15538366.
HSL color Cylindrical-coordinate representation of color #BE18ED: hue angle of 286.76º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE18ED is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 24 | 237 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.07 |
| HSL | 286.76º | 0.86% | 0.51% | - |
| HSV(B) | 286.76º | 0.9% | 0.93% | - |
| XYZ | 36.85 | 17.71 | 81.6 | - |
| YUV | 97.92 | 206.5 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 237 | 0.20 | 0.90 | 0 | 0.07 | 286.76 | 0.86 | 0.51 |
| Hex | BE | 18 | ED | 14 | 5A | 0 | 7 | 11F | 56 | 33 |
| Octal | 276 | 30 | 355 | 24 | 132 | 0 | 7 | 437 | 126 | 63 |
| Binary | 10111110 | 11000 | 11101101 | 10100 | 1011010 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #BE18ED
Complementary color
Monochromatic Colors of #BE18ED
Black with #BE18ED
Text Example
Text Example
White with #BE18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18ED; }
p { color: rgb(190,24,237); }
H1.HeaderClassName
{
color: #BE18ED;
}
.AnyTagClassName
{
color: #BE18ED;
}
</style>
background-color css
<style>
a { background-color: #BE18ED; }
a { background-color: rgb(190,24,237); }
div.DivClassName
{
background-color: #BE18ED;
}
.BgClassName
{
background-color: #BE18ED;
}
</style>
border-color css
<style>
span { border-color: #BE18ED; }
span { border-color: rgb(190,24,237); }
td.TdClassName
{
border-color: #BE18ED;
}
.TagClassName
{
border-color: #BE18ED;
}
</style>