Shades of Electric Purple #BC18E6
Tints of Electric Purple #BC18E6
RGB
CMYK
RGB Variations
Color information
#BC18E6 (or 0xBC18E6) is known color: Electric Purple. HEX triplet: BC, 18 and E6. RGB value is (188,24,230). Sum of RGB (Red+Green+Blue) = 188+24+230=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC18E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18E6 is #43E719. Grayscale: #5F5F5F. Windows color (decimal): -4450074 or 15079612. OLE color: 15079612.
HSL color Cylindrical-coordinate representation of color #BC18E6: hue angle of 287.77º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC18E6 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 24 | 230 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.10 |
| HSL | 287.77º | 0.81% | 0.5% | - |
| HSV(B) | 287.77º | 0.9% | 0.9% | - |
| XYZ | 35.35 | 17.06 | 76.29 | - |
| YUV | 96.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 230 | 0.18 | 0.90 | 0 | 0.10 | 287.77 | 0.81 | 0.5 |
| Hex | BC | 18 | E6 | 12 | 5A | 0 | A | 120 | 51 | 32 |
| Octal | 274 | 30 | 346 | 22 | 132 | 0 | 12 | 440 | 121 | 62 |
| Binary | 10111100 | 11000 | 11100110 | 10010 | 1011010 | 0 | 1010 | 100100000 | 1010001 | 110010 |
Color Harmonies of #BC18E6
Complementary color
Monochromatic Colors of #BC18E6
Black with #BC18E6
Text Example
Text Example
White with #BC18E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18E6; }
p { color: rgb(188,24,230); }
H1.HeaderClassName
{
color: #BC18E6;
}
.AnyTagClassName
{
color: #BC18E6;
}
</style>
background-color css
<style>
a { background-color: #BC18E6; }
a { background-color: rgb(188,24,230); }
div.DivClassName
{
background-color: #BC18E6;
}
.BgClassName
{
background-color: #BC18E6;
}
</style>
border-color css
<style>
span { border-color: #BC18E6; }
span { border-color: rgb(188,24,230); }
td.TdClassName
{
border-color: #BC18E6;
}
.TagClassName
{
border-color: #BC18E6;
}
</style>