Shades of Electric Purple #BC17ED
Tints of Electric Purple #BC17ED
RGB
CMYK
RGB Variations
Color information
#BC17ED (or 0xBC17ED) is known color: Electric Purple. HEX triplet: BC, 17 and ED. RGB value is (188,23,237). Sum of RGB (Red+Green+Blue) = 188+23+237=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17ED is #43E812. Grayscale: #606060. Windows color (decimal): -4450323 or 15538108. OLE color: 15538108.
HSL color Cylindrical-coordinate representation of color #BC17ED: hue angle of 286.26º 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 #BC17ED is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 23 | 237 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.07 |
| HSL | 286.26º | 0.86% | 0.51% | - |
| HSV(B) | 286.26º | 0.9% | 0.93% | - |
| XYZ | 36.33 | 17.42 | 81.57 | - |
| YUV | 96.73 | 207.16 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 237 | 0.21 | 0.90 | 0 | 0.07 | 286.26 | 0.86 | 0.51 |
| Hex | BC | 17 | ED | 15 | 5A | 0 | 7 | 11E | 56 | 33 |
| Octal | 274 | 27 | 355 | 25 | 132 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111100 | 10111 | 11101101 | 10101 | 1011010 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BC17ED
Complementary color
Monochromatic Colors of #BC17ED
Black with #BC17ED
Text Example
Text Example
White with #BC17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17ED; }
p { color: rgb(188,23,237); }
H1.HeaderClassName
{
color: #BC17ED;
}
.AnyTagClassName
{
color: #BC17ED;
}
</style>
background-color css
<style>
a { background-color: #BC17ED; }
a { background-color: rgb(188,23,237); }
div.DivClassName
{
background-color: #BC17ED;
}
.BgClassName
{
background-color: #BC17ED;
}
</style>
border-color css
<style>
span { border-color: #BC17ED; }
span { border-color: rgb(188,23,237); }
td.TdClassName
{
border-color: #BC17ED;
}
.TagClassName
{
border-color: #BC17ED;
}
</style>