Shades of Electric Purple #BC18EC
Tints of Electric Purple #BC18EC
RGB
CMYK
RGB Variations
Color information
#BC18EC (or 0xBC18EC) is known color: Electric Purple. HEX triplet: BC, 18 and EC. RGB value is (188,24,236). Sum of RGB (Red+Green+Blue) = 188+24+236=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18EC is #43E713. Grayscale: #606060. Windows color (decimal): -4450068 or 15472828. OLE color: 15472828.
HSL color Cylindrical-coordinate representation of color #BC18EC: hue angle of 286.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC18EC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 24 | 236 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.07 |
| HSL | 286.42º | 0.85% | 0.51% | - |
| HSV(B) | 286.42º | 0.9% | 0.93% | - |
| XYZ | 36.21 | 17.4 | 80.81 | - |
| YUV | 97.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 236 | 0.20 | 0.90 | 0 | 0.07 | 286.42 | 0.85 | 0.51 |
| Hex | BC | 18 | EC | 14 | 5A | 0 | 7 | 11E | 55 | 33 |
| Octal | 274 | 30 | 354 | 24 | 132 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111100 | 11000 | 11101100 | 10100 | 1011010 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BC18EC
Complementary color
Monochromatic Colors of #BC18EC
Black with #BC18EC
Text Example
Text Example
White with #BC18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18EC; }
p { color: rgb(188,24,236); }
H1.HeaderClassName
{
color: #BC18EC;
}
.AnyTagClassName
{
color: #BC18EC;
}
</style>
background-color css
<style>
a { background-color: #BC18EC; }
a { background-color: rgb(188,24,236); }
div.DivClassName
{
background-color: #BC18EC;
}
.BgClassName
{
background-color: #BC18EC;
}
</style>
border-color css
<style>
span { border-color: #BC18EC; }
span { border-color: rgb(188,24,236); }
td.TdClassName
{
border-color: #BC18EC;
}
.TagClassName
{
border-color: #BC18EC;
}
</style>