Shades of Electric Purple #BC12FE
Tints of Electric Purple #BC12FE
RGB
CMYK
RGB Variations
Color information
#BC12FE (or 0xBC12FE) is known color: Electric Purple. HEX triplet: BC, 12 and FE. RGB value is (188,18,254). Sum of RGB (Red+Green+Blue) = 188+18+254=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12FE is #43ED01. Grayscale: #5E5E5E. Windows color (decimal): -4451586 or 16650940. OLE color: 16650940.
HSL color Cylindrical-coordinate representation of color #BC12FE: hue angle of 283.22º 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 #BC12FE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 18 | 254 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.00 |
| HSL | 283.22º | 0.99% | 0.53% | - |
| HSV(B) | 283.22º | 0.93% | 1% | - |
| XYZ | 38.84 | 18.28 | 95.25 | - |
| YUV | 95.73 | 217.32 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 254 | 0.26 | 0.93 | 0 | 0.00 | 283.22 | 0.99 | 0.53 |
| Hex | BC | 12 | FE | 1A | 5D | 0 | 0 | 11B | 63 | 35 |
| Octal | 274 | 22 | 376 | 32 | 135 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111100 | 10010 | 11111110 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BC12FE
Complementary color
Monochromatic Colors of #BC12FE
Black with #BC12FE
Text Example
Text Example
White with #BC12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12FE; }
p { color: rgb(188,18,254); }
H1.HeaderClassName
{
color: #BC12FE;
}
.AnyTagClassName
{
color: #BC12FE;
}
</style>
background-color css
<style>
a { background-color: #BC12FE; }
a { background-color: rgb(188,18,254); }
div.DivClassName
{
background-color: #BC12FE;
}
.BgClassName
{
background-color: #BC12FE;
}
</style>
border-color css
<style>
span { border-color: #BC12FE; }
span { border-color: rgb(188,18,254); }
td.TdClassName
{
border-color: #BC12FE;
}
.TagClassName
{
border-color: #BC12FE;
}
</style>