Shades of Electric Purple #BC15FE
Tints of Electric Purple #BC15FE
RGB
CMYK
RGB Variations
Color information
#BC15FE (or 0xBC15FE) is known color: Electric Purple. HEX triplet: BC, 15 and FE. RGB value is (188,21,254). Sum of RGB (Red+Green+Blue) = 188+21+254=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15FE is #43EA01. Grayscale: #606060. Windows color (decimal): -4450818 or 16651708. OLE color: 16651708.
HSL color Cylindrical-coordinate representation of color #BC15FE: hue angle of 283º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC15FE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 21 | 254 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.00 |
| HSL | 283º | 0.99% | 0.54% | - |
| HSV(B) | 283º | 0.92% | 1% | - |
| XYZ | 38.9 | 18.38 | 95.26 | - |
| YUV | 97.5 | 216.33 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 254 | 0.26 | 0.92 | 0 | 0.00 | 283 | 0.99 | 0.54 |
| Hex | BC | 15 | FE | 1A | 5C | 0 | 0 | 11B | 63 | 36 |
| Octal | 274 | 25 | 376 | 32 | 134 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111100 | 10101 | 11111110 | 11010 | 1011100 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BC15FE
Complementary color
Monochromatic Colors of #BC15FE
Black with #BC15FE
Text Example
Text Example
White with #BC15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15FE; }
p { color: rgb(188,21,254); }
H1.HeaderClassName
{
color: #BC15FE;
}
.AnyTagClassName
{
color: #BC15FE;
}
</style>
background-color css
<style>
a { background-color: #BC15FE; }
a { background-color: rgb(188,21,254); }
div.DivClassName
{
background-color: #BC15FE;
}
.BgClassName
{
background-color: #BC15FE;
}
</style>
border-color css
<style>
span { border-color: #BC15FE; }
span { border-color: rgb(188,21,254); }
td.TdClassName
{
border-color: #BC15FE;
}
.TagClassName
{
border-color: #BC15FE;
}
</style>