Shades of Electric Purple #BC18EB
Tints of Electric Purple #BC18EB
RGB
CMYK
RGB Variations
Color information
#BC18EB (or 0xBC18EB) is known color: Electric Purple. HEX triplet: BC, 18 and EB. RGB value is (188,24,235). Sum of RGB (Red+Green+Blue) = 188+24+235=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18EB is #43E714. Grayscale: #606060. Windows color (decimal): -4450069 or 15407292. OLE color: 15407292.
HSL color Cylindrical-coordinate representation of color #BC18EB: hue angle of 286.64º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC18EB is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 24 | 235 | - |
| CMYK | 0.2 | 0.90 | 0 | 0.08 |
| HSL | 286.64º | 0.84% | 0.51% | - |
| HSV(B) | 286.64º | 0.9% | 0.92% | - |
| XYZ | 36.06 | 17.34 | 80.04 | - |
| YUV | 97.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 235 | 0.2 | 0.90 | 0 | 0.08 | 286.64 | 0.84 | 0.51 |
| Hex | BC | 18 | EB | 14 | 5A | 0 | 8 | 11F | 54 | 33 |
| Octal | 274 | 30 | 353 | 24 | 132 | 0 | 10 | 437 | 124 | 63 |
| Binary | 10111100 | 11000 | 11101011 | 10100 | 1011010 | 0 | 1000 | 100011111 | 1010100 | 110011 |
Color Harmonies of #BC18EB
Complementary color
Monochromatic Colors of #BC18EB
Black with #BC18EB
Text Example
Text Example
White with #BC18EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18EB; }
p { color: rgb(188,24,235); }
H1.HeaderClassName
{
color: #BC18EB;
}
.AnyTagClassName
{
color: #BC18EB;
}
</style>
background-color css
<style>
a { background-color: #BC18EB; }
a { background-color: rgb(188,24,235); }
div.DivClassName
{
background-color: #BC18EB;
}
.BgClassName
{
background-color: #BC18EB;
}
</style>
border-color css
<style>
span { border-color: #BC18EB; }
span { border-color: rgb(188,24,235); }
td.TdClassName
{
border-color: #BC18EB;
}
.TagClassName
{
border-color: #BC18EB;
}
</style>