Shades of Electric Purple #BC0CFE
Tints of Electric Purple #BC0CFE
RGB
CMYK
RGB Variations
Color information
#BC0CFE (or 0xBC0CFE) is known color: Electric Purple. HEX triplet: BC, 0C and FE. RGB value is (188,12,254). Sum of RGB (Red+Green+Blue) = 188+12+254=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC0CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CFE is #43F301. Grayscale: #5B5B5B. Windows color (decimal): -4453122 or 16649404. OLE color: 16649404.
HSL color Cylindrical-coordinate representation of color #BC0CFE: hue angle of 283.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CFE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 12 | 254 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.00 |
| HSL | 283.64º | 0.99% | 0.52% | - |
| HSV(B) | 283.64º | 0.95% | 1% | - |
| XYZ | 38.76 | 18.11 | 95.22 | - |
| YUV | 92.21 | 219.31 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 254 | 0.26 | 0.95 | 0 | 0.00 | 283.64 | 0.99 | 0.52 |
| Hex | BC | C | FE | 1A | 5F | 0 | 0 | 11C | 63 | 34 |
| Octal | 274 | 14 | 376 | 32 | 137 | 0 | 0 | 434 | 143 | 64 |
| Binary | 10111100 | 1100 | 11111110 | 11010 | 1011111 | 0 | 0 | 100011100 | 1100011 | 110100 |
Color Harmonies of #BC0CFE
Complementary color
Monochromatic Colors of #BC0CFE
Black with #BC0CFE
Text Example
Text Example
White with #BC0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CFE; }
p { color: rgb(188,12,254); }
H1.HeaderClassName
{
color: #BC0CFE;
}
.AnyTagClassName
{
color: #BC0CFE;
}
</style>
background-color css
<style>
a { background-color: #BC0CFE; }
a { background-color: rgb(188,12,254); }
div.DivClassName
{
background-color: #BC0CFE;
}
.BgClassName
{
background-color: #BC0CFE;
}
</style>
border-color css
<style>
span { border-color: #BC0CFE; }
span { border-color: rgb(188,12,254); }
td.TdClassName
{
border-color: #BC0CFE;
}
.TagClassName
{
border-color: #BC0CFE;
}
</style>