Shades of Electric Purple #BC01FF
Tints of Electric Purple #BC01FF
RGB
CMYK
RGB Variations
Color information
#BC01FF (or 0xBC01FF) is known color: Electric Purple. HEX triplet: BC, 01 and FF. RGB value is (188,1,255). Sum of RGB (Red+Green+Blue) = 188+1+255=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01FF is #43FE00. Grayscale: #555555. Windows color (decimal): -4455937 or 16712124. OLE color: 16712124.
HSL color Cylindrical-coordinate representation of color #BC01FF: hue angle of 284.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01FF is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 1 | 255 | - |
| CMYK | 0.26 | 1.00 | 0 | 0 |
| HSL | 284.17º | 1% | 0.5% | - |
| HSV(B) | 284.17º | 1% | 1% | - |
| XYZ | 38.8 | 17.93 | 96.02 | - |
| YUV | 85.87 | 223.45 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 255 | 0.26 | 1.00 | 0 | 0 | 284.17 | 1 | 0.5 |
| Hex | BC | 1 | FF | 1A | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 274 | 1 | 377 | 32 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111100 | 1 | 11111111 | 11010 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BC01FF
Complementary color
Monochromatic Colors of #BC01FF
Black with #BC01FF
Text Example
Text Example
White with #BC01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01FF; }
p { color: rgb(188,1,255); }
H1.HeaderClassName
{
color: #BC01FF;
}
.AnyTagClassName
{
color: #BC01FF;
}
</style>
background-color css
<style>
a { background-color: #BC01FF; }
a { background-color: rgb(188,1,255); }
div.DivClassName
{
background-color: #BC01FF;
}
.BgClassName
{
background-color: #BC01FF;
}
</style>
border-color css
<style>
span { border-color: #BC01FF; }
span { border-color: rgb(188,1,255); }
td.TdClassName
{
border-color: #BC01FF;
}
.TagClassName
{
border-color: #BC01FF;
}
</style>