Shades of Electric Purple #BC0AFC
Tints of Electric Purple #BC0AFC
RGB
CMYK
RGB Variations
Color information
#BC0AFC (or 0xBC0AFC) is known color: Electric Purple. HEX triplet: BC, 0A and FC. RGB value is (188,10,252). Sum of RGB (Red+Green+Blue) = 188+10+252=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC0AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AFC is #43F503. Grayscale: #5A5A5A. Windows color (decimal): -4453636 or 16517820. OLE color: 16517820.
HSL color Cylindrical-coordinate representation of color #BC0AFC: hue angle of 284.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0AFC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 10 | 252 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.01 |
| HSL | 284.13º | 0.98% | 0.51% | - |
| HSV(B) | 284.13º | 0.96% | 0.99% | - |
| XYZ | 38.42 | 17.94 | 93.53 | - |
| YUV | 90.81 | 218.97 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 252 | 0.25 | 0.96 | 0 | 0.01 | 284.13 | 0.98 | 0.51 |
| Hex | BC | A | FC | 19 | 60 | 0 | 1 | 11C | 62 | 33 |
| Octal | 274 | 12 | 374 | 31 | 140 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111100 | 1010 | 11111100 | 11001 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BC0AFC
Complementary color
Monochromatic Colors of #BC0AFC
Black with #BC0AFC
Text Example
Text Example
White with #BC0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AFC; }
p { color: rgb(188,10,252); }
H1.HeaderClassName
{
color: #BC0AFC;
}
.AnyTagClassName
{
color: #BC0AFC;
}
</style>
background-color css
<style>
a { background-color: #BC0AFC; }
a { background-color: rgb(188,10,252); }
div.DivClassName
{
background-color: #BC0AFC;
}
.BgClassName
{
background-color: #BC0AFC;
}
</style>
border-color css
<style>
span { border-color: #BC0AFC; }
span { border-color: rgb(188,10,252); }
td.TdClassName
{
border-color: #BC0AFC;
}
.TagClassName
{
border-color: #BC0AFC;
}
</style>