Shades of Electric Purple #BC00FF
Tints of Electric Purple #BC00FF
RGB
CMYK
RGB Variations
Color information
#BC00FF (or 0xBC00FF) is known color: Electric Purple. HEX triplet: BC, 00 and FF. RGB value is (188,0,255). Sum of RGB (Red+Green+Blue) = 188+0+255=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00FF is #43FF00. Grayscale: #545454. Windows color (decimal): -4456193 or 16711868. OLE color: 16711868.
HSL color Cylindrical-coordinate representation of color #BC00FF: hue angle of 284.24º 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 #BC00FF is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 0 | 255 | - |
| CMYK | 0.26 | 1 | 0 | 0 |
| HSL | 284.24º | 1% | 0.5% | - |
| HSV(B) | 284.24º | 1% | 1% | - |
| XYZ | 38.79 | 17.91 | 96.02 | - |
| YUV | 85.28 | 223.78 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 255 | 0.26 | 1 | 0 | 0 | 284.24 | 1 | 0.5 |
| Hex | BC | 0 | FF | 1A | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 274 | 0 | 377 | 32 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111100 | 0 | 11111111 | 11010 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BC00FF
Complementary color
Monochromatic Colors of #BC00FF
Black with #BC00FF
Text Example
Text Example
White with #BC00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00FF; }
p { color: rgb(188,0,255); }
H1.HeaderClassName
{
color: #BC00FF;
}
.AnyTagClassName
{
color: #BC00FF;
}
</style>
background-color css
<style>
a { background-color: #BC00FF; }
a { background-color: rgb(188,0,255); }
div.DivClassName
{
background-color: #BC00FF;
}
.BgClassName
{
background-color: #BC00FF;
}
</style>
border-color css
<style>
span { border-color: #BC00FF; }
span { border-color: rgb(188,0,255); }
td.TdClassName
{
border-color: #BC00FF;
}
.TagClassName
{
border-color: #BC00FF;
}
</style>