Shades of Electric Purple #BC14FE
Tints of Electric Purple #BC14FE
RGB
CMYK
RGB Variations
Color information
#BC14FE (or 0xBC14FE) is known color: Electric Purple. HEX triplet: BC, 14 and FE. RGB value is (188,20,254). Sum of RGB (Red+Green+Blue) = 188+20+254=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC14FE is #43EB01. Grayscale: #606060. Windows color (decimal): -4451074 or 16651452. OLE color: 16651452.
HSL color Cylindrical-coordinate representation of color #BC14FE: hue angle of 283.08º 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 #BC14FE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 20 | 254 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.00 |
| HSL | 283.08º | 0.99% | 0.54% | - |
| HSV(B) | 283.08º | 0.92% | 1% | - |
| XYZ | 38.88 | 18.35 | 95.26 | - |
| YUV | 96.91 | 216.66 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 254 | 0.26 | 0.92 | 0 | 0.00 | 283.08 | 0.99 | 0.54 |
| Hex | BC | 14 | FE | 1A | 5C | 0 | 0 | 11B | 63 | 36 |
| Octal | 274 | 24 | 376 | 32 | 134 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111100 | 10100 | 11111110 | 11010 | 1011100 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BC14FE
Complementary color
Monochromatic Colors of #BC14FE
Black with #BC14FE
Text Example
Text Example
White with #BC14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14FE; }
p { color: rgb(188,20,254); }
H1.HeaderClassName
{
color: #BC14FE;
}
.AnyTagClassName
{
color: #BC14FE;
}
</style>
background-color css
<style>
a { background-color: #BC14FE; }
a { background-color: rgb(188,20,254); }
div.DivClassName
{
background-color: #BC14FE;
}
.BgClassName
{
background-color: #BC14FE;
}
</style>
border-color css
<style>
span { border-color: #BC14FE; }
span { border-color: rgb(188,20,254); }
td.TdClassName
{
border-color: #BC14FE;
}
.TagClassName
{
border-color: #BC14FE;
}
</style>