Shades of Electric Purple #BC01EF
Tints of Electric Purple #BC01EF
RGB
CMYK
RGB Variations
Color information
#BC01EF (or 0xBC01EF) is known color: Electric Purple. HEX triplet: BC, 01 and EF. RGB value is (188,1,239). Sum of RGB (Red+Green+Blue) = 188+1+239=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01EF is #43FE10. Grayscale: #535353. Windows color (decimal): -4455953 or 15663548. OLE color: 15663548.
HSL color Cylindrical-coordinate representation of color #BC01EF: hue angle of 287.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01EF is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 1 | 239 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.06 |
| HSL | 287.14º | 0.99% | 0.47% | - |
| HSV(B) | 287.14º | 1% | 0.94% | - |
| XYZ | 36.33 | 16.95 | 83.02 | - |
| YUV | 84.05 | 215.45 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 239 | 0.21 | 1.00 | 0 | 0.06 | 287.14 | 0.99 | 0.47 |
| Hex | BC | 1 | EF | 15 | 64 | 0 | 6 | 11F | 63 | 2F |
| Octal | 274 | 1 | 357 | 25 | 144 | 0 | 6 | 437 | 143 | 57 |
| Binary | 10111100 | 1 | 11101111 | 10101 | 1100100 | 0 | 110 | 100011111 | 1100011 | 101111 |
Color Harmonies of #BC01EF
Complementary color
Monochromatic Colors of #BC01EF
Black with #BC01EF
Text Example
Text Example
White with #BC01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01EF; }
p { color: rgb(188,1,239); }
H1.HeaderClassName
{
color: #BC01EF;
}
.AnyTagClassName
{
color: #BC01EF;
}
</style>
background-color css
<style>
a { background-color: #BC01EF; }
a { background-color: rgb(188,1,239); }
div.DivClassName
{
background-color: #BC01EF;
}
.BgClassName
{
background-color: #BC01EF;
}
</style>
border-color css
<style>
span { border-color: #BC01EF; }
span { border-color: rgb(188,1,239); }
td.TdClassName
{
border-color: #BC01EF;
}
.TagClassName
{
border-color: #BC01EF;
}
</style>