Shades of Electric Purple #BC10FA
Tints of Electric Purple #BC10FA
RGB
CMYK
RGB Variations
Color information
#BC10FA (or 0xBC10FA) is known color: Electric Purple. HEX triplet: BC, 10 and FA. RGB value is (188,16,250). Sum of RGB (Red+Green+Blue) = 188+16+250=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10FA is #43EF05. Grayscale: #5D5D5D. Windows color (decimal): -4452102 or 16388284. OLE color: 16388284.
HSL color Cylindrical-coordinate representation of color #BC10FA: hue angle of 284.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC10FA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 16 | 250 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.02 |
| HSL | 284.1º | 0.96% | 0.52% | - |
| HSV(B) | 284.1º | 0.94% | 0.98% | - |
| XYZ | 38.18 | 17.96 | 91.9 | - |
| YUV | 94.1 | 215.98 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 250 | 0.25 | 0.94 | 0 | 0.02 | 284.1 | 0.96 | 0.52 |
| Hex | BC | 10 | FA | 19 | 5E | 0 | 2 | 11C | 60 | 34 |
| Octal | 274 | 20 | 372 | 31 | 136 | 0 | 2 | 434 | 140 | 64 |
| Binary | 10111100 | 10000 | 11111010 | 11001 | 1011110 | 0 | 10 | 100011100 | 1100000 | 110100 |
Color Harmonies of #BC10FA
Complementary color
Monochromatic Colors of #BC10FA
Black with #BC10FA
Text Example
Text Example
White with #BC10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10FA; }
p { color: rgb(188,16,250); }
H1.HeaderClassName
{
color: #BC10FA;
}
.AnyTagClassName
{
color: #BC10FA;
}
</style>
background-color css
<style>
a { background-color: #BC10FA; }
a { background-color: rgb(188,16,250); }
div.DivClassName
{
background-color: #BC10FA;
}
.BgClassName
{
background-color: #BC10FA;
}
</style>
border-color css
<style>
span { border-color: #BC10FA; }
span { border-color: rgb(188,16,250); }
td.TdClassName
{
border-color: #BC10FA;
}
.TagClassName
{
border-color: #BC10FA;
}
</style>