Shades of Electric Purple #BC01FE
Tints of Electric Purple #BC01FE
RGB
CMYK
RGB Variations
Color information
#BC01FE (or 0xBC01FE) is known color: Electric Purple. HEX triplet: BC, 01 and FE. RGB value is (188,1,254). Sum of RGB (Red+Green+Blue) = 188+1+254=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01FE is #43FE01. Grayscale: #545454. Windows color (decimal): -4455938 or 16646588. OLE color: 16646588.
HSL color Cylindrical-coordinate representation of color #BC01FE: hue angle of 284.35º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01FE is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 1 | 254 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.00 |
| HSL | 284.35º | 0.99% | 0.5% | - |
| HSV(B) | 284.35º | 1% | 1% | - |
| XYZ | 38.64 | 17.87 | 95.18 | - |
| YUV | 85.76 | 222.95 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 254 | 0.26 | 1.00 | 0 | 0.00 | 284.35 | 0.99 | 0.5 |
| Hex | BC | 1 | FE | 1A | 64 | 0 | 0 | 11C | 63 | 32 |
| Octal | 274 | 1 | 376 | 32 | 144 | 0 | 0 | 434 | 143 | 62 |
| Binary | 10111100 | 1 | 11111110 | 11010 | 1100100 | 0 | 0 | 100011100 | 1100011 | 110010 |
Color Harmonies of #BC01FE
Complementary color
Monochromatic Colors of #BC01FE
Black with #BC01FE
Text Example
Text Example
White with #BC01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01FE; }
p { color: rgb(188,1,254); }
H1.HeaderClassName
{
color: #BC01FE;
}
.AnyTagClassName
{
color: #BC01FE;
}
</style>
background-color css
<style>
a { background-color: #BC01FE; }
a { background-color: rgb(188,1,254); }
div.DivClassName
{
background-color: #BC01FE;
}
.BgClassName
{
background-color: #BC01FE;
}
</style>
border-color css
<style>
span { border-color: #BC01FE; }
span { border-color: rgb(188,1,254); }
td.TdClassName
{
border-color: #BC01FE;
}
.TagClassName
{
border-color: #BC01FE;
}
</style>