Shades of Electric Purple #BC16ED
Tints of Electric Purple #BC16ED
RGB
CMYK
RGB Variations
Color information
#BC16ED (or 0xBC16ED) is known color: Electric Purple. HEX triplet: BC, 16 and ED. RGB value is (188,22,237). Sum of RGB (Red+Green+Blue) = 188+22+237=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16ED is #43E912. Grayscale: #5F5F5F. Windows color (decimal): -4450579 or 15537852. OLE color: 15537852.
HSL color Cylindrical-coordinate representation of color #BC16ED: hue angle of 286.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16ED is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 22 | 237 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.07 |
| HSL | 286.33º | 0.86% | 0.51% | - |
| HSV(B) | 286.33º | 0.91% | 0.93% | - |
| XYZ | 36.31 | 17.38 | 81.56 | - |
| YUV | 96.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 237 | 0.21 | 0.91 | 0 | 0.07 | 286.33 | 0.86 | 0.51 |
| Hex | BC | 16 | ED | 15 | 5B | 0 | 7 | 11E | 56 | 33 |
| Octal | 274 | 26 | 355 | 25 | 133 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111100 | 10110 | 11101101 | 10101 | 1011011 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BC16ED
Complementary color
Monochromatic Colors of #BC16ED
Black with #BC16ED
Text Example
Text Example
White with #BC16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16ED; }
p { color: rgb(188,22,237); }
H1.HeaderClassName
{
color: #BC16ED;
}
.AnyTagClassName
{
color: #BC16ED;
}
</style>
background-color css
<style>
a { background-color: #BC16ED; }
a { background-color: rgb(188,22,237); }
div.DivClassName
{
background-color: #BC16ED;
}
.BgClassName
{
background-color: #BC16ED;
}
</style>
border-color css
<style>
span { border-color: #BC16ED; }
span { border-color: rgb(188,22,237); }
td.TdClassName
{
border-color: #BC16ED;
}
.TagClassName
{
border-color: #BC16ED;
}
</style>