Shades of Electric Purple #BC0EFC
Tints of Electric Purple #BC0EFC
RGB
CMYK
RGB Variations
Color information
#BC0EFC (or 0xBC0EFC) is known color: Electric Purple. HEX triplet: BC, 0E and FC. RGB value is (188,14,252). Sum of RGB (Red+Green+Blue) = 188+14+252=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC0EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EFC is #43F103. Grayscale: #5C5C5C. Windows color (decimal): -4452612 or 16518844. OLE color: 16518844.
HSL color Cylindrical-coordinate representation of color #BC0EFC: hue angle of 283.87º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EFC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 14 | 252 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.01 |
| HSL | 283.87º | 0.98% | 0.52% | - |
| HSV(B) | 283.87º | 0.94% | 0.99% | - |
| XYZ | 38.47 | 18.03 | 93.55 | - |
| YUV | 93.16 | 217.65 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 252 | 0.25 | 0.94 | 0 | 0.01 | 283.87 | 0.98 | 0.52 |
| Hex | BC | E | FC | 19 | 5E | 0 | 1 | 11C | 62 | 34 |
| Octal | 274 | 16 | 374 | 31 | 136 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111100 | 1110 | 11111100 | 11001 | 1011110 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BC0EFC
Complementary color
Monochromatic Colors of #BC0EFC
Black with #BC0EFC
Text Example
Text Example
White with #BC0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EFC; }
p { color: rgb(188,14,252); }
H1.HeaderClassName
{
color: #BC0EFC;
}
.AnyTagClassName
{
color: #BC0EFC;
}
</style>
background-color css
<style>
a { background-color: #BC0EFC; }
a { background-color: rgb(188,14,252); }
div.DivClassName
{
background-color: #BC0EFC;
}
.BgClassName
{
background-color: #BC0EFC;
}
</style>
border-color css
<style>
span { border-color: #BC0EFC; }
span { border-color: rgb(188,14,252); }
td.TdClassName
{
border-color: #BC0EFC;
}
.TagClassName
{
border-color: #BC0EFC;
}
</style>