Shades of Electric Purple #BC10FF
Tints of Electric Purple #BC10FF
RGB
CMYK
RGB Variations
Color information
#BC10FF (or 0xBC10FF) is known color: Electric Purple. HEX triplet: BC, 10 and FF. RGB value is (188,16,255). Sum of RGB (Red+Green+Blue) = 188+16+255=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10FF is #43EF00. Grayscale: #5D5D5D. Windows color (decimal): -4452097 or 16715964. OLE color: 16715964.
HSL color Cylindrical-coordinate representation of color #BC10FF: hue angle of 283.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC10FF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 16 | 255 | - |
| CMYK | 0.26 | 0.94 | 0 | 0 |
| HSL | 283.18º | 1% | 0.53% | - |
| HSV(B) | 283.18º | 0.94% | 1% | - |
| XYZ | 38.97 | 18.28 | 96.08 | - |
| YUV | 94.67 | 218.48 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 255 | 0.26 | 0.94 | 0 | 0 | 283.18 | 1 | 0.53 |
| Hex | BC | 10 | FF | 1A | 5E | 0 | 0 | 11B | 64 | 35 |
| Octal | 274 | 20 | 377 | 32 | 136 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111100 | 10000 | 11111111 | 11010 | 1011110 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #BC10FF
Complementary color
Monochromatic Colors of #BC10FF
Black with #BC10FF
Text Example
Text Example
White with #BC10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10FF; }
p { color: rgb(188,16,255); }
H1.HeaderClassName
{
color: #BC10FF;
}
.AnyTagClassName
{
color: #BC10FF;
}
</style>
background-color css
<style>
a { background-color: #BC10FF; }
a { background-color: rgb(188,16,255); }
div.DivClassName
{
background-color: #BC10FF;
}
.BgClassName
{
background-color: #BC10FF;
}
</style>
border-color css
<style>
span { border-color: #BC10FF; }
span { border-color: rgb(188,16,255); }
td.TdClassName
{
border-color: #BC10FF;
}
.TagClassName
{
border-color: #BC10FF;
}
</style>