Shades of Electric Purple #BC16E6
Tints of Electric Purple #BC16E6
RGB
CMYK
RGB Variations
Color information
#BC16E6 (or 0xBC16E6) is known color: Electric Purple. HEX triplet: BC, 16 and E6. RGB value is (188,22,230). Sum of RGB (Red+Green+Blue) = 188+22+230=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC16E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16E6 is #43E919. Grayscale: #5E5E5E. Windows color (decimal): -4450586 or 15079100. OLE color: 15079100.
HSL color Cylindrical-coordinate representation of color #BC16E6: hue angle of 287.88º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC16E6 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 22 | 230 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.10 |
| HSL | 287.88º | 0.83% | 0.49% | - |
| HSV(B) | 287.88º | 0.9% | 0.9% | - |
| XYZ | 35.31 | 16.98 | 76.28 | - |
| YUV | 95.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 230 | 0.18 | 0.90 | 0 | 0.10 | 287.88 | 0.83 | 0.49 |
| Hex | BC | 16 | E6 | 12 | 5A | 0 | A | 120 | 53 | 31 |
| Octal | 274 | 26 | 346 | 22 | 132 | 0 | 12 | 440 | 123 | 61 |
| Binary | 10111100 | 10110 | 11100110 | 10010 | 1011010 | 0 | 1010 | 100100000 | 1010011 | 110001 |
Color Harmonies of #BC16E6
Complementary color
Monochromatic Colors of #BC16E6
Black with #BC16E6
Text Example
Text Example
White with #BC16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16E6; }
p { color: rgb(188,22,230); }
H1.HeaderClassName
{
color: #BC16E6;
}
.AnyTagClassName
{
color: #BC16E6;
}
</style>
background-color css
<style>
a { background-color: #BC16E6; }
a { background-color: rgb(188,22,230); }
div.DivClassName
{
background-color: #BC16E6;
}
.BgClassName
{
background-color: #BC16E6;
}
</style>
border-color css
<style>
span { border-color: #BC16E6; }
span { border-color: rgb(188,22,230); }
td.TdClassName
{
border-color: #BC16E6;
}
.TagClassName
{
border-color: #BC16E6;
}
</style>