Shades of Electric Purple #BC10FE
Tints of Electric Purple #BC10FE
RGB
CMYK
RGB Variations
Color information
#BC10FE (or 0xBC10FE) is known color: Electric Purple. HEX triplet: BC, 10 and FE. RGB value is (188,16,254). Sum of RGB (Red+Green+Blue) = 188+16+254=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10FE is #43EF01. Grayscale: #5D5D5D. Windows color (decimal): -4452098 or 16650428. OLE color: 16650428.
HSL color Cylindrical-coordinate representation of color #BC10FE: hue angle of 283.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC10FE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 16 | 254 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.00 |
| HSL | 283.36º | 0.99% | 0.53% | - |
| HSV(B) | 283.36º | 0.94% | 1% | - |
| XYZ | 38.81 | 18.22 | 95.24 | - |
| YUV | 94.56 | 217.98 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 254 | 0.26 | 0.94 | 0 | 0.00 | 283.36 | 0.99 | 0.53 |
| Hex | BC | 10 | FE | 1A | 5E | 0 | 0 | 11B | 63 | 35 |
| Octal | 274 | 20 | 376 | 32 | 136 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111100 | 10000 | 11111110 | 11010 | 1011110 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BC10FE
Complementary color
Monochromatic Colors of #BC10FE
Black with #BC10FE
Text Example
Text Example
White with #BC10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10FE; }
p { color: rgb(188,16,254); }
H1.HeaderClassName
{
color: #BC10FE;
}
.AnyTagClassName
{
color: #BC10FE;
}
</style>
background-color css
<style>
a { background-color: #BC10FE; }
a { background-color: rgb(188,16,254); }
div.DivClassName
{
background-color: #BC10FE;
}
.BgClassName
{
background-color: #BC10FE;
}
</style>
border-color css
<style>
span { border-color: #BC10FE; }
span { border-color: rgb(188,16,254); }
td.TdClassName
{
border-color: #BC10FE;
}
.TagClassName
{
border-color: #BC10FE;
}
</style>