Shades of Electric Purple #BC11FF
Tints of Electric Purple #BC11FF
RGB
CMYK
RGB Variations
Color information
#BC11FF (or 0xBC11FF) is known color: Electric Purple. HEX triplet: BC, 11 and FF. RGB value is (188,17,255). Sum of RGB (Red+Green+Blue) = 188+17+255=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11FF is #43EE00. Grayscale: #5E5E5E. Windows color (decimal): -4451841 or 16716220. OLE color: 16716220.
HSL color Cylindrical-coordinate representation of color #BC11FF: hue angle of 283.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC11FF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 17 | 255 | - |
| CMYK | 0.26 | 0.93 | 0 | 0 |
| HSL | 283.11º | 1% | 0.53% | - |
| HSV(B) | 283.11º | 0.93% | 1% | - |
| XYZ | 38.99 | 18.31 | 96.09 | - |
| YUV | 95.26 | 218.15 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 255 | 0.26 | 0.93 | 0 | 0 | 283.11 | 1 | 0.53 |
| Hex | BC | 11 | FF | 1A | 5D | 0 | 0 | 11B | 64 | 35 |
| Octal | 274 | 21 | 377 | 32 | 135 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111100 | 10001 | 11111111 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #BC11FF
Complementary color
Monochromatic Colors of #BC11FF
Black with #BC11FF
Text Example
Text Example
White with #BC11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11FF; }
p { color: rgb(188,17,255); }
H1.HeaderClassName
{
color: #BC11FF;
}
.AnyTagClassName
{
color: #BC11FF;
}
</style>
background-color css
<style>
a { background-color: #BC11FF; }
a { background-color: rgb(188,17,255); }
div.DivClassName
{
background-color: #BC11FF;
}
.BgClassName
{
background-color: #BC11FF;
}
</style>
border-color css
<style>
span { border-color: #BC11FF; }
span { border-color: rgb(188,17,255); }
td.TdClassName
{
border-color: #BC11FF;
}
.TagClassName
{
border-color: #BC11FF;
}
</style>