Shades of Electric Purple #BE15FF
Tints of Electric Purple #BE15FF
RGB
CMYK
RGB Variations
Color information
#BE15FF (or 0xBE15FF) is known color: Electric Purple. HEX triplet: BE, 15 and FF. RGB value is (190,21,255). Sum of RGB (Red+Green+Blue) = 190+21+255=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE15FF is #41EA00. Grayscale: #616161. Windows color (decimal): -4319745 or 16717246. OLE color: 16717246.
HSL color Cylindrical-coordinate representation of color #BE15FF: hue angle of 283.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE15FF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 21 | 255 | - |
| CMYK | 0.25 | 0.92 | 0 | 0 |
| HSL | 283.33º | 1% | 0.54% | - |
| HSV(B) | 283.33º | 0.92% | 1% | - |
| XYZ | 39.55 | 18.7 | 96.13 | - |
| YUV | 98.21 | 216.49 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 255 | 0.25 | 0.92 | 0 | 0 | 283.33 | 1 | 0.54 |
| Hex | BE | 15 | FF | 19 | 5C | 0 | 0 | 11B | 64 | 36 |
| Octal | 276 | 25 | 377 | 31 | 134 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111110 | 10101 | 11111111 | 11001 | 1011100 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BE15FF
Complementary color
Monochromatic Colors of #BE15FF
Black with #BE15FF
Text Example
Text Example
White with #BE15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15FF; }
p { color: rgb(190,21,255); }
H1.HeaderClassName
{
color: #BE15FF;
}
.AnyTagClassName
{
color: #BE15FF;
}
</style>
background-color css
<style>
a { background-color: #BE15FF; }
a { background-color: rgb(190,21,255); }
div.DivClassName
{
background-color: #BE15FF;
}
.BgClassName
{
background-color: #BE15FF;
}
</style>
border-color css
<style>
span { border-color: #BE15FF; }
span { border-color: rgb(190,21,255); }
td.TdClassName
{
border-color: #BE15FF;
}
.TagClassName
{
border-color: #BE15FF;
}
</style>