Shades of Electric Purple #BC1EFE
Tints of Electric Purple #BC1EFE
RGB
CMYK
RGB Variations
Color information
#BC1EFE (or 0xBC1EFE) is known color: Electric Purple. HEX triplet: BC, 1E and FE. RGB value is (188,30,254). Sum of RGB (Red+Green+Blue) = 188+30+254=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC1EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EFE is #43E101. Grayscale: #666666. Windows color (decimal): -4448514 or 16654012. OLE color: 16654012.
HSL color Cylindrical-coordinate representation of color #BC1EFE: hue angle of 282.32º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1EFE is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 30 | 254 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.00 |
| HSL | 282.32º | 0.99% | 0.56% | - |
| HSV(B) | 282.32º | 0.88% | 1% | - |
| XYZ | 39.09 | 18.78 | 95.33 | - |
| YUV | 102.78 | 213.35 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 254 | 0.26 | 0.88 | 0 | 0.00 | 282.32 | 0.99 | 0.56 |
| Hex | BC | 1E | FE | 1A | 58 | 0 | 0 | 11A | 63 | 38 |
| Octal | 274 | 36 | 376 | 32 | 130 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111100 | 11110 | 11111110 | 11010 | 1011000 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BC1EFE
Complementary color
Monochromatic Colors of #BC1EFE
Black with #BC1EFE
Text Example
Text Example
White with #BC1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EFE; }
p { color: rgb(188,30,254); }
H1.HeaderClassName
{
color: #BC1EFE;
}
.AnyTagClassName
{
color: #BC1EFE;
}
</style>
background-color css
<style>
a { background-color: #BC1EFE; }
a { background-color: rgb(188,30,254); }
div.DivClassName
{
background-color: #BC1EFE;
}
.BgClassName
{
background-color: #BC1EFE;
}
</style>
border-color css
<style>
span { border-color: #BC1EFE; }
span { border-color: rgb(188,30,254); }
td.TdClassName
{
border-color: #BC1EFE;
}
.TagClassName
{
border-color: #BC1EFE;
}
</style>