Shades of Electric Purple #BC11FE
Tints of Electric Purple #BC11FE
RGB
CMYK
RGB Variations
Color information
#BC11FE (or 0xBC11FE) is known color: Electric Purple. HEX triplet: BC, 11 and FE. RGB value is (188,17,254). Sum of RGB (Red+Green+Blue) = 188+17+254=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11FE is #43EE01. Grayscale: #5E5E5E. Windows color (decimal): -4451842 or 16650684. OLE color: 16650684.
HSL color Cylindrical-coordinate representation of color #BC11FE: hue angle of 283.29º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC11FE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 17 | 254 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.00 |
| HSL | 283.29º | 0.99% | 0.53% | - |
| HSV(B) | 283.29º | 0.93% | 1% | - |
| XYZ | 38.83 | 18.25 | 95.24 | - |
| YUV | 95.15 | 217.65 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 254 | 0.26 | 0.93 | 0 | 0.00 | 283.29 | 0.99 | 0.53 |
| Hex | BC | 11 | FE | 1A | 5D | 0 | 0 | 11B | 63 | 35 |
| Octal | 274 | 21 | 376 | 32 | 135 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111100 | 10001 | 11111110 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BC11FE
Complementary color
Monochromatic Colors of #BC11FE
Black with #BC11FE
Text Example
Text Example
White with #BC11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11FE; }
p { color: rgb(188,17,254); }
H1.HeaderClassName
{
color: #BC11FE;
}
.AnyTagClassName
{
color: #BC11FE;
}
</style>
background-color css
<style>
a { background-color: #BC11FE; }
a { background-color: rgb(188,17,254); }
div.DivClassName
{
background-color: #BC11FE;
}
.BgClassName
{
background-color: #BC11FE;
}
</style>
border-color css
<style>
span { border-color: #BC11FE; }
span { border-color: rgb(188,17,254); }
td.TdClassName
{
border-color: #BC11FE;
}
.TagClassName
{
border-color: #BC11FE;
}
</style>