Shades of Electric Purple #BC0BFC
Tints of Electric Purple #BC0BFC
RGB
CMYK
RGB Variations
Color information
#BC0BFC (or 0xBC0BFC) is known color: Electric Purple. HEX triplet: BC, 0B and FC. RGB value is (188,11,252). Sum of RGB (Red+Green+Blue) = 188+11+252=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC0BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0BFC is #43F403. Grayscale: #5A5A5A. Windows color (decimal): -4453380 or 16518076. OLE color: 16518076.
HSL color Cylindrical-coordinate representation of color #BC0BFC: hue angle of 284.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0BFC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 11 | 252 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.01 |
| HSL | 284.07º | 0.98% | 0.52% | - |
| HSV(B) | 284.07º | 0.96% | 0.99% | - |
| XYZ | 38.43 | 17.96 | 93.54 | - |
| YUV | 91.4 | 218.64 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 252 | 0.25 | 0.96 | 0 | 0.01 | 284.07 | 0.98 | 0.52 |
| Hex | BC | B | FC | 19 | 60 | 0 | 1 | 11C | 62 | 34 |
| Octal | 274 | 13 | 374 | 31 | 140 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111100 | 1011 | 11111100 | 11001 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BC0BFC
Complementary color
Monochromatic Colors of #BC0BFC
Black with #BC0BFC
Text Example
Text Example
White with #BC0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BFC; }
p { color: rgb(188,11,252); }
H1.HeaderClassName
{
color: #BC0BFC;
}
.AnyTagClassName
{
color: #BC0BFC;
}
</style>
background-color css
<style>
a { background-color: #BC0BFC; }
a { background-color: rgb(188,11,252); }
div.DivClassName
{
background-color: #BC0BFC;
}
.BgClassName
{
background-color: #BC0BFC;
}
</style>
border-color css
<style>
span { border-color: #BC0BFC; }
span { border-color: rgb(188,11,252); }
td.TdClassName
{
border-color: #BC0BFC;
}
.TagClassName
{
border-color: #BC0BFC;
}
</style>