Shades of Electric Purple #BC10F0
Tints of Electric Purple #BC10F0
RGB
CMYK
RGB Variations
Color information
#BC10F0 (or 0xBC10F0) is known color: Electric Purple. HEX triplet: BC, 10 and F0. RGB value is (188,16,240). Sum of RGB (Red+Green+Blue) = 188+16+240=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10F0 is #43EF0F. Grayscale: #5C5C5C. Windows color (decimal): -4452112 or 15732924. OLE color: 15732924.
HSL color Cylindrical-coordinate representation of color #BC10F0: hue angle of 286.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC10F0 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 16 | 240 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.06 |
| HSL | 286.07º | 0.88% | 0.5% | - |
| HSV(B) | 286.07º | 0.93% | 0.94% | - |
| XYZ | 36.65 | 17.35 | 83.86 | - |
| YUV | 92.96 | 210.98 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 240 | 0.22 | 0.93 | 0 | 0.06 | 286.07 | 0.88 | 0.5 |
| Hex | BC | 10 | F0 | 16 | 5D | 0 | 6 | 11E | 58 | 32 |
| Octal | 274 | 20 | 360 | 26 | 135 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111100 | 10000 | 11110000 | 10110 | 1011101 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BC10F0
Complementary color
Monochromatic Colors of #BC10F0
Black with #BC10F0
Text Example
Text Example
White with #BC10F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10F0; }
p { color: rgb(188,16,240); }
H1.HeaderClassName
{
color: #BC10F0;
}
.AnyTagClassName
{
color: #BC10F0;
}
</style>
background-color css
<style>
a { background-color: #BC10F0; }
a { background-color: rgb(188,16,240); }
div.DivClassName
{
background-color: #BC10F0;
}
.BgClassName
{
background-color: #BC10F0;
}
</style>
border-color css
<style>
span { border-color: #BC10F0; }
span { border-color: rgb(188,16,240); }
td.TdClassName
{
border-color: #BC10F0;
}
.TagClassName
{
border-color: #BC10F0;
}
</style>