Shades of Electric Purple #BC18E7
Tints of Electric Purple #BC18E7
RGB
CMYK
RGB Variations
Color information
#BC18E7 (or 0xBC18E7) is known color: Electric Purple. HEX triplet: BC, 18 and E7. RGB value is (188,24,231). Sum of RGB (Red+Green+Blue) = 188+24+231=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC18E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18E7 is #43E718. Grayscale: #5F5F5F. Windows color (decimal): -4450073 or 15145148. OLE color: 15145148.
HSL color Cylindrical-coordinate representation of color #BC18E7: hue angle of 287.54º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC18E7 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 24 | 231 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.09 |
| HSL | 287.54º | 0.81% | 0.5% | - |
| HSV(B) | 287.54º | 0.9% | 0.91% | - |
| XYZ | 35.49 | 17.11 | 77.03 | - |
| YUV | 96.63 | 203.83 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 231 | 0.19 | 0.90 | 0 | 0.09 | 287.54 | 0.81 | 0.5 |
| Hex | BC | 18 | E7 | 13 | 5A | 0 | 9 | 120 | 51 | 32 |
| Octal | 274 | 30 | 347 | 23 | 132 | 0 | 11 | 440 | 121 | 62 |
| Binary | 10111100 | 11000 | 11100111 | 10011 | 1011010 | 0 | 1001 | 100100000 | 1010001 | 110010 |
Color Harmonies of #BC18E7
Complementary color
Monochromatic Colors of #BC18E7
Black with #BC18E7
Text Example
Text Example
White with #BC18E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18E7; }
p { color: rgb(188,24,231); }
H1.HeaderClassName
{
color: #BC18E7;
}
.AnyTagClassName
{
color: #BC18E7;
}
</style>
background-color css
<style>
a { background-color: #BC18E7; }
a { background-color: rgb(188,24,231); }
div.DivClassName
{
background-color: #BC18E7;
}
.BgClassName
{
background-color: #BC18E7;
}
</style>
border-color css
<style>
span { border-color: #BC18E7; }
span { border-color: rgb(188,24,231); }
td.TdClassName
{
border-color: #BC18E7;
}
.TagClassName
{
border-color: #BC18E7;
}
</style>