Shades of Electric Purple #BC17E9
Tints of Electric Purple #BC17E9
RGB
CMYK
RGB Variations
Color information
#BC17E9 (or 0xBC17E9) is known color: Electric Purple. HEX triplet: BC, 17 and E9. RGB value is (188,23,233). Sum of RGB (Red+Green+Blue) = 188+23+233=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC17E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17E9 is #43E816. Grayscale: #5F5F5F. Windows color (decimal): -4450327 or 15275964. OLE color: 15275964.
HSL color Cylindrical-coordinate representation of color #BC17E9: hue angle of 287.14º degrees, saturation: 0.83, 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 #BC17E9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 23 | 233 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.09 |
| HSL | 287.14º | 0.83% | 0.5% | - |
| HSV(B) | 287.14º | 0.9% | 0.91% | - |
| XYZ | 35.75 | 17.19 | 78.52 | - |
| YUV | 96.28 | 205.16 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 233 | 0.19 | 0.90 | 0 | 0.09 | 287.14 | 0.83 | 0.5 |
| Hex | BC | 17 | E9 | 13 | 5A | 0 | 9 | 11F | 53 | 32 |
| Octal | 274 | 27 | 351 | 23 | 132 | 0 | 11 | 437 | 123 | 62 |
| Binary | 10111100 | 10111 | 11101001 | 10011 | 1011010 | 0 | 1001 | 100011111 | 1010011 | 110010 |
Color Harmonies of #BC17E9
Complementary color
Monochromatic Colors of #BC17E9
Black with #BC17E9
Text Example
Text Example
White with #BC17E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17E9; }
p { color: rgb(188,23,233); }
H1.HeaderClassName
{
color: #BC17E9;
}
.AnyTagClassName
{
color: #BC17E9;
}
</style>
background-color css
<style>
a { background-color: #BC17E9; }
a { background-color: rgb(188,23,233); }
div.DivClassName
{
background-color: #BC17E9;
}
.BgClassName
{
background-color: #BC17E9;
}
</style>
border-color css
<style>
span { border-color: #BC17E9; }
span { border-color: rgb(188,23,233); }
td.TdClassName
{
border-color: #BC17E9;
}
.TagClassName
{
border-color: #BC17E9;
}
</style>