Shades of Electric Purple #BC01E7
Tints of Electric Purple #BC01E7
RGB
CMYK
RGB Variations
Color information
#BC01E7 (or 0xBC01E7) is known color: Electric Purple. HEX triplet: BC, 01 and E7. RGB value is (188,1,231). Sum of RGB (Red+Green+Blue) = 188+1+231=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC01E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01E7 is #43FE18. Grayscale: #525252. Windows color (decimal): -4455961 or 15139260. OLE color: 15139260.
HSL color Cylindrical-coordinate representation of color #BC01E7: hue angle of 288.78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01E7 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 1 | 231 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.09 |
| HSL | 288.78º | 0.99% | 0.45% | - |
| HSV(B) | 288.78º | 1% | 0.91% | - |
| XYZ | 35.17 | 16.48 | 76.93 | - |
| YUV | 83.13 | 211.45 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 231 | 0.19 | 1.00 | 0 | 0.09 | 288.78 | 0.99 | 0.45 |
| Hex | BC | 1 | E7 | 13 | 64 | 0 | 9 | 121 | 63 | 2D |
| Octal | 274 | 1 | 347 | 23 | 144 | 0 | 11 | 441 | 143 | 55 |
| Binary | 10111100 | 1 | 11100111 | 10011 | 1100100 | 0 | 1001 | 100100001 | 1100011 | 101101 |
Color Harmonies of #BC01E7
Complementary color
Monochromatic Colors of #BC01E7
Black with #BC01E7
Text Example
Text Example
White with #BC01E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01E7; }
p { color: rgb(188,1,231); }
H1.HeaderClassName
{
color: #BC01E7;
}
.AnyTagClassName
{
color: #BC01E7;
}
</style>
background-color css
<style>
a { background-color: #BC01E7; }
a { background-color: rgb(188,1,231); }
div.DivClassName
{
background-color: #BC01E7;
}
.BgClassName
{
background-color: #BC01E7;
}
</style>
border-color css
<style>
span { border-color: #BC01E7; }
span { border-color: rgb(188,1,231); }
td.TdClassName
{
border-color: #BC01E7;
}
.TagClassName
{
border-color: #BC01E7;
}
</style>