Shades of Electric Purple #BC01EC
Tints of Electric Purple #BC01EC
RGB
CMYK
RGB Variations
Color information
#BC01EC (or 0xBC01EC) is known color: Electric Purple. HEX triplet: BC, 01 and EC. RGB value is (188,1,236). Sum of RGB (Red+Green+Blue) = 188+1+236=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01EC is #43FE13. Grayscale: #525252. Windows color (decimal): -4455956 or 15466940. OLE color: 15466940.
HSL color Cylindrical-coordinate representation of color #BC01EC: hue angle of 287.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01EC is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 1 | 236 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.07 |
| HSL | 287.74º | 0.99% | 0.46% | - |
| HSV(B) | 287.74º | 1% | 0.93% | - |
| XYZ | 35.89 | 16.77 | 80.7 | - |
| YUV | 83.7 | 213.95 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 236 | 0.20 | 1.00 | 0 | 0.07 | 287.74 | 0.99 | 0.46 |
| Hex | BC | 1 | EC | 14 | 64 | 0 | 7 | 120 | 63 | 2E |
| Octal | 274 | 1 | 354 | 24 | 144 | 0 | 7 | 440 | 143 | 56 |
| Binary | 10111100 | 1 | 11101100 | 10100 | 1100100 | 0 | 111 | 100100000 | 1100011 | 101110 |
Color Harmonies of #BC01EC
Complementary color
Monochromatic Colors of #BC01EC
Black with #BC01EC
Text Example
Text Example
White with #BC01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01EC; }
p { color: rgb(188,1,236); }
H1.HeaderClassName
{
color: #BC01EC;
}
.AnyTagClassName
{
color: #BC01EC;
}
</style>
background-color css
<style>
a { background-color: #BC01EC; }
a { background-color: rgb(188,1,236); }
div.DivClassName
{
background-color: #BC01EC;
}
.BgClassName
{
background-color: #BC01EC;
}
</style>
border-color css
<style>
span { border-color: #BC01EC; }
span { border-color: rgb(188,1,236); }
td.TdClassName
{
border-color: #BC01EC;
}
.TagClassName
{
border-color: #BC01EC;
}
</style>