Shades of Electric Purple #BE15ED
Tints of Electric Purple #BE15ED
RGB
CMYK
RGB Variations
Color information
#BE15ED (or 0xBE15ED) is known color: Electric Purple. HEX triplet: BE, 15 and ED. RGB value is (190,21,237). Sum of RGB (Red+Green+Blue) = 190+21+237=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE15ED is #41EA12. Grayscale: #5F5F5F. Windows color (decimal): -4319763 or 15537598. OLE color: 15537598.
HSL color Cylindrical-coordinate representation of color #BE15ED: hue angle of 286.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE15ED is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 21 | 237 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.07 |
| HSL | 286.94º | 0.86% | 0.51% | - |
| HSV(B) | 286.94º | 0.91% | 0.93% | - |
| XYZ | 36.79 | 17.6 | 81.58 | - |
| YUV | 96.16 | 207.49 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 237 | 0.20 | 0.91 | 0 | 0.07 | 286.94 | 0.86 | 0.51 |
| Hex | BE | 15 | ED | 14 | 5B | 0 | 7 | 11F | 56 | 33 |
| Octal | 276 | 25 | 355 | 24 | 133 | 0 | 7 | 437 | 126 | 63 |
| Binary | 10111110 | 10101 | 11101101 | 10100 | 1011011 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #BE15ED
Complementary color
Monochromatic Colors of #BE15ED
Black with #BE15ED
Text Example
Text Example
White with #BE15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15ED; }
p { color: rgb(190,21,237); }
H1.HeaderClassName
{
color: #BE15ED;
}
.AnyTagClassName
{
color: #BE15ED;
}
</style>
background-color css
<style>
a { background-color: #BE15ED; }
a { background-color: rgb(190,21,237); }
div.DivClassName
{
background-color: #BE15ED;
}
.BgClassName
{
background-color: #BE15ED;
}
</style>
border-color css
<style>
span { border-color: #BE15ED; }
span { border-color: rgb(190,21,237); }
td.TdClassName
{
border-color: #BE15ED;
}
.TagClassName
{
border-color: #BE15ED;
}
</style>