Shades of Electric Purple #BC01E6
Tints of Electric Purple #BC01E6
RGB
CMYK
RGB Variations
Color information
#BC01E6 (or 0xBC01E6) is known color: Electric Purple. HEX triplet: BC, 01 and E6. RGB value is (188,1,230). Sum of RGB (Red+Green+Blue) = 188+1+230=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC01E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01E6 is #43FE19. Grayscale: #525252. Windows color (decimal): -4455962 or 15073724. OLE color: 15073724.
HSL color Cylindrical-coordinate representation of color #BC01E6: hue angle of 289º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01E6 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 1 | 230 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.10 |
| HSL | 289º | 0.99% | 0.45% | - |
| HSV(B) | 289º | 1% | 0.9% | - |
| XYZ | 35.03 | 16.43 | 76.19 | - |
| YUV | 83.02 | 210.95 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 230 | 0.18 | 1.00 | 0 | 0.10 | 289 | 0.99 | 0.45 |
| Hex | BC | 1 | E6 | 12 | 64 | 0 | A | 121 | 63 | 2D |
| Octal | 274 | 1 | 346 | 22 | 144 | 0 | 12 | 441 | 143 | 55 |
| Binary | 10111100 | 1 | 11100110 | 10010 | 1100100 | 0 | 1010 | 100100001 | 1100011 | 101101 |
Color Harmonies of #BC01E6
Complementary color
Monochromatic Colors of #BC01E6
Black with #BC01E6
Text Example
Text Example
White with #BC01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01E6; }
p { color: rgb(188,1,230); }
H1.HeaderClassName
{
color: #BC01E6;
}
.AnyTagClassName
{
color: #BC01E6;
}
</style>
background-color css
<style>
a { background-color: #BC01E6; }
a { background-color: rgb(188,1,230); }
div.DivClassName
{
background-color: #BC01E6;
}
.BgClassName
{
background-color: #BC01E6;
}
</style>
border-color css
<style>
span { border-color: #BC01E6; }
span { border-color: rgb(188,1,230); }
td.TdClassName
{
border-color: #BC01E6;
}
.TagClassName
{
border-color: #BC01E6;
}
</style>