Shades of Electric Purple #BC26EC
Tints of Electric Purple #BC26EC
RGB
CMYK
RGB Variations
Color information
#BC26EC (or 0xBC26EC) is known color: Electric Purple. HEX triplet: BC, 26 and EC. RGB value is (188,38,236). Sum of RGB (Red+Green+Blue) = 188+38+236=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26EC is #43D913. Grayscale: #686868. Windows color (decimal): -4446484 or 15476412. OLE color: 15476412.
HSL color Cylindrical-coordinate representation of color #BC26EC: hue angle of 285.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC26EC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 38 | 236 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.07 |
| HSL | 285.45º | 0.84% | 0.54% | - |
| HSV(B) | 285.45º | 0.84% | 0.93% | - |
| XYZ | 36.57 | 18.13 | 80.93 | - |
| YUV | 105.42 | 201.7 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 236 | 0.20 | 0.84 | 0 | 0.07 | 285.45 | 0.84 | 0.54 |
| Hex | BC | 26 | EC | 14 | 54 | 0 | 7 | 11D | 54 | 36 |
| Octal | 274 | 46 | 354 | 24 | 124 | 0 | 7 | 435 | 124 | 66 |
| Binary | 10111100 | 100110 | 11101100 | 10100 | 1010100 | 0 | 111 | 100011101 | 1010100 | 110110 |
Color Harmonies of #BC26EC
Complementary color
Monochromatic Colors of #BC26EC
Black with #BC26EC
Text Example
Text Example
White with #BC26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26EC; }
p { color: rgb(188,38,236); }
H1.HeaderClassName
{
color: #BC26EC;
}
.AnyTagClassName
{
color: #BC26EC;
}
</style>
background-color css
<style>
a { background-color: #BC26EC; }
a { background-color: rgb(188,38,236); }
div.DivClassName
{
background-color: #BC26EC;
}
.BgClassName
{
background-color: #BC26EC;
}
</style>
border-color css
<style>
span { border-color: #BC26EC; }
span { border-color: rgb(188,38,236); }
td.TdClassName
{
border-color: #BC26EC;
}
.TagClassName
{
border-color: #BC26EC;
}
</style>