Shades of Electric Purple #BC00FC
Tints of Electric Purple #BC00FC
RGB
CMYK
RGB Variations
Color information
#BC00FC (or 0xBC00FC) is known color: Electric Purple. HEX triplet: BC, 00 and FC. RGB value is (188,0,252). Sum of RGB (Red+Green+Blue) = 188+0+252=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00FC is #43FF03. Grayscale: #545454. Windows color (decimal): -4456196 or 16515260. OLE color: 16515260.
HSL color Cylindrical-coordinate representation of color #BC00FC: hue angle of 284.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00FC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 0 | 252 | - |
| CMYK | 0.25 | 1 | 0 | 0.01 |
| HSL | 284.76º | 1% | 0.49% | - |
| HSV(B) | 284.76º | 1% | 0.99% | - |
| XYZ | 38.31 | 17.72 | 93.5 | - |
| YUV | 84.94 | 222.28 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 252 | 0.25 | 1 | 0 | 0.01 | 284.76 | 1 | 0.49 |
| Hex | BC | 0 | FC | 19 | 64 | 0 | 1 | 11D | 64 | 31 |
| Octal | 274 | 0 | 374 | 31 | 144 | 0 | 1 | 435 | 144 | 61 |
| Binary | 10111100 | 0 | 11111100 | 11001 | 1100100 | 0 | 1 | 100011101 | 1100100 | 110001 |
Color Harmonies of #BC00FC
Complementary color
Monochromatic Colors of #BC00FC
Black with #BC00FC
Text Example
Text Example
White with #BC00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00FC; }
p { color: rgb(188,0,252); }
H1.HeaderClassName
{
color: #BC00FC;
}
.AnyTagClassName
{
color: #BC00FC;
}
</style>
background-color css
<style>
a { background-color: #BC00FC; }
a { background-color: rgb(188,0,252); }
div.DivClassName
{
background-color: #BC00FC;
}
.BgClassName
{
background-color: #BC00FC;
}
</style>
border-color css
<style>
span { border-color: #BC00FC; }
span { border-color: rgb(188,0,252); }
td.TdClassName
{
border-color: #BC00FC;
}
.TagClassName
{
border-color: #BC00FC;
}
</style>