Shades of Electric Purple #BC18EA
Tints of Electric Purple #BC18EA
RGB
CMYK
RGB Variations
Color information
#BC18EA (or 0xBC18EA) is known color: Electric Purple. HEX triplet: BC, 18 and EA. RGB value is (188,24,234). Sum of RGB (Red+Green+Blue) = 188+24+234=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18EA is #43E715. Grayscale: #606060. Windows color (decimal): -4450070 or 15341756. OLE color: 15341756.
HSL color Cylindrical-coordinate representation of color #BC18EA: hue angle of 286.86º degrees, saturation: 0.83, 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 #BC18EA is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 24 | 234 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.08 |
| HSL | 286.86º | 0.83% | 0.51% | - |
| HSV(B) | 286.86º | 0.9% | 0.92% | - |
| XYZ | 35.92 | 17.29 | 79.29 | - |
| YUV | 96.98 | 205.33 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 234 | 0.20 | 0.90 | 0 | 0.08 | 286.86 | 0.83 | 0.51 |
| Hex | BC | 18 | EA | 14 | 5A | 0 | 8 | 11F | 53 | 33 |
| Octal | 274 | 30 | 352 | 24 | 132 | 0 | 10 | 437 | 123 | 63 |
| Binary | 10111100 | 11000 | 11101010 | 10100 | 1011010 | 0 | 1000 | 100011111 | 1010011 | 110011 |
Color Harmonies of #BC18EA
Complementary color
Monochromatic Colors of #BC18EA
Black with #BC18EA
Text Example
Text Example
White with #BC18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18EA; }
p { color: rgb(188,24,234); }
H1.HeaderClassName
{
color: #BC18EA;
}
.AnyTagClassName
{
color: #BC18EA;
}
</style>
background-color css
<style>
a { background-color: #BC18EA; }
a { background-color: rgb(188,24,234); }
div.DivClassName
{
background-color: #BC18EA;
}
.BgClassName
{
background-color: #BC18EA;
}
</style>
border-color css
<style>
span { border-color: #BC18EA; }
span { border-color: rgb(188,24,234); }
td.TdClassName
{
border-color: #BC18EA;
}
.TagClassName
{
border-color: #BC18EA;
}
</style>