Shades of Electric Purple #BC00FD
Tints of Electric Purple #BC00FD
RGB
CMYK
RGB Variations
Color information
#BC00FD (or 0xBC00FD) is known color: Electric Purple. HEX triplet: BC, 00 and FD. RGB value is (188,0,253). Sum of RGB (Red+Green+Blue) = 188+0+253=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00FD is #43FF02. Grayscale: #545454. Windows color (decimal): -4456195 or 16580796. OLE color: 16580796.
HSL color Cylindrical-coordinate representation of color #BC00FD: hue angle of 284.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00FD is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 0 | 253 | - |
| CMYK | 0.26 | 1 | 0 | 0.01 |
| HSL | 284.59º | 1% | 0.5% | - |
| HSV(B) | 284.59º | 1% | 0.99% | - |
| XYZ | 38.47 | 17.78 | 94.33 | - |
| YUV | 85.05 | 222.78 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 253 | 0.26 | 1 | 0 | 0.01 | 284.59 | 1 | 0.5 |
| Hex | BC | 0 | FD | 1A | 64 | 0 | 1 | 11D | 64 | 32 |
| Octal | 274 | 0 | 375 | 32 | 144 | 0 | 1 | 435 | 144 | 62 |
| Binary | 10111100 | 0 | 11111101 | 11010 | 1100100 | 0 | 1 | 100011101 | 1100100 | 110010 |
Color Harmonies of #BC00FD
Complementary color
Monochromatic Colors of #BC00FD
Black with #BC00FD
Text Example
Text Example
White with #BC00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00FD; }
p { color: rgb(188,0,253); }
H1.HeaderClassName
{
color: #BC00FD;
}
.AnyTagClassName
{
color: #BC00FD;
}
</style>
background-color css
<style>
a { background-color: #BC00FD; }
a { background-color: rgb(188,0,253); }
div.DivClassName
{
background-color: #BC00FD;
}
.BgClassName
{
background-color: #BC00FD;
}
</style>
border-color css
<style>
span { border-color: #BC00FD; }
span { border-color: rgb(188,0,253); }
td.TdClassName
{
border-color: #BC00FD;
}
.TagClassName
{
border-color: #BC00FD;
}
</style>