Shades of Electric Purple #BC18EE
Tints of Electric Purple #BC18EE
RGB
CMYK
RGB Variations
Color information
#BC18EE (or 0xBC18EE) is known color: Electric Purple. HEX triplet: BC, 18 and EE. RGB value is (188,24,238). Sum of RGB (Red+Green+Blue) = 188+24+238=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18EE is #43E711. Grayscale: #606060. Windows color (decimal): -4450066 or 15603900. OLE color: 15603900.
HSL color Cylindrical-coordinate representation of color #BC18EE: hue angle of 285.98º degrees, saturation: 0.86, 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 #BC18EE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 24 | 238 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.07 |
| HSL | 285.98º | 0.86% | 0.51% | - |
| HSV(B) | 285.98º | 0.9% | 0.93% | - |
| XYZ | 36.5 | 17.52 | 82.35 | - |
| YUV | 97.43 | 207.33 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 238 | 0.21 | 0.90 | 0 | 0.07 | 285.98 | 0.86 | 0.51 |
| Hex | BC | 18 | EE | 15 | 5A | 0 | 7 | 11E | 56 | 33 |
| Octal | 274 | 30 | 356 | 25 | 132 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111100 | 11000 | 11101110 | 10101 | 1011010 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BC18EE
Complementary color
Monochromatic Colors of #BC18EE
Black with #BC18EE
Text Example
Text Example
White with #BC18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18EE; }
p { color: rgb(188,24,238); }
H1.HeaderClassName
{
color: #BC18EE;
}
.AnyTagClassName
{
color: #BC18EE;
}
</style>
background-color css
<style>
a { background-color: #BC18EE; }
a { background-color: rgb(188,24,238); }
div.DivClassName
{
background-color: #BC18EE;
}
.BgClassName
{
background-color: #BC18EE;
}
</style>
border-color css
<style>
span { border-color: #BC18EE; }
span { border-color: rgb(188,24,238); }
td.TdClassName
{
border-color: #BC18EE;
}
.TagClassName
{
border-color: #BC18EE;
}
</style>