Shades of Electric Purple #BC09EC
Tints of Electric Purple #BC09EC
RGB
CMYK
RGB Variations
Color information
#BC09EC (or 0xBC09EC) is known color: Electric Purple. HEX triplet: BC, 09 and EC. RGB value is (188,9,236). Sum of RGB (Red+Green+Blue) = 188+9+236=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC09EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09EC is #43F613. Grayscale: #575757. Windows color (decimal): -4453908 or 15468988. OLE color: 15468988.
HSL color Cylindrical-coordinate representation of color #BC09EC: hue angle of 287.31º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09EC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 9 | 236 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.07 |
| HSL | 287.31º | 0.93% | 0.48% | - |
| HSV(B) | 287.31º | 0.96% | 0.93% | - |
| XYZ | 35.98 | 16.94 | 80.73 | - |
| YUV | 88.4 | 211.3 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 236 | 0.20 | 0.96 | 0 | 0.07 | 287.31 | 0.93 | 0.48 |
| Hex | BC | 9 | EC | 14 | 60 | 0 | 7 | 11F | 5D | 30 |
| Octal | 274 | 11 | 354 | 24 | 140 | 0 | 7 | 437 | 135 | 60 |
| Binary | 10111100 | 1001 | 11101100 | 10100 | 1100000 | 0 | 111 | 100011111 | 1011101 | 110000 |
Color Harmonies of #BC09EC
Complementary color
Monochromatic Colors of #BC09EC
Black with #BC09EC
Text Example
Text Example
White with #BC09EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09EC; }
p { color: rgb(188,9,236); }
H1.HeaderClassName
{
color: #BC09EC;
}
.AnyTagClassName
{
color: #BC09EC;
}
</style>
background-color css
<style>
a { background-color: #BC09EC; }
a { background-color: rgb(188,9,236); }
div.DivClassName
{
background-color: #BC09EC;
}
.BgClassName
{
background-color: #BC09EC;
}
</style>
border-color css
<style>
span { border-color: #BC09EC; }
span { border-color: rgb(188,9,236); }
td.TdClassName
{
border-color: #BC09EC;
}
.TagClassName
{
border-color: #BC09EC;
}
</style>