Shades of Electric Purple #BC17EB
Tints of Electric Purple #BC17EB
RGB
CMYK
RGB Variations
Color information
#BC17EB (or 0xBC17EB) is known color: Electric Purple. HEX triplet: BC, 17 and EB. RGB value is (188,23,235). Sum of RGB (Red+Green+Blue) = 188+23+235=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17EB is #43E814. Grayscale: #5F5F5F. Windows color (decimal): -4450325 or 15407036. OLE color: 15407036.
HSL color Cylindrical-coordinate representation of color #BC17EB: hue angle of 286.7º degrees, saturation: 0.84, 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 #BC17EB is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 23 | 235 | - |
| CMYK | 0.2 | 0.90 | 0 | 0.08 |
| HSL | 286.7º | 0.84% | 0.51% | - |
| HSV(B) | 286.7º | 0.9% | 0.92% | - |
| XYZ | 36.04 | 17.3 | 80.04 | - |
| YUV | 96.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 235 | 0.2 | 0.90 | 0 | 0.08 | 286.7 | 0.84 | 0.51 |
| Hex | BC | 17 | EB | 14 | 5A | 0 | 8 | 11F | 54 | 33 |
| Octal | 274 | 27 | 353 | 24 | 132 | 0 | 10 | 437 | 124 | 63 |
| Binary | 10111100 | 10111 | 11101011 | 10100 | 1011010 | 0 | 1000 | 100011111 | 1010100 | 110011 |
Color Harmonies of #BC17EB
Complementary color
Monochromatic Colors of #BC17EB
Black with #BC17EB
Text Example
Text Example
White with #BC17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17EB; }
p { color: rgb(188,23,235); }
H1.HeaderClassName
{
color: #BC17EB;
}
.AnyTagClassName
{
color: #BC17EB;
}
</style>
background-color css
<style>
a { background-color: #BC17EB; }
a { background-color: rgb(188,23,235); }
div.DivClassName
{
background-color: #BC17EB;
}
.BgClassName
{
background-color: #BC17EB;
}
</style>
border-color css
<style>
span { border-color: #BC17EB; }
span { border-color: rgb(188,23,235); }
td.TdClassName
{
border-color: #BC17EB;
}
.TagClassName
{
border-color: #BC17EB;
}
</style>