Shades of Electric Purple #BC1CE9
Tints of Electric Purple #BC1CE9
RGB
CMYK
RGB Variations
Color information
#BC1CE9 (or 0xBC1CE9) is known color: Electric Purple. HEX triplet: BC, 1C and E9. RGB value is (188,28,233). Sum of RGB (Red+Green+Blue) = 188+28+233=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC1CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CE9 is #43E316. Grayscale: #626262. Windows color (decimal): -4449047 or 15277244. OLE color: 15277244.
HSL color Cylindrical-coordinate representation of color #BC1CE9: hue angle of 286.83º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1CE9 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 28 | 233 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.09 |
| HSL | 286.83º | 0.82% | 0.51% | - |
| HSV(B) | 286.83º | 0.88% | 0.91% | - |
| XYZ | 35.86 | 17.41 | 78.56 | - |
| YUV | 99.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 233 | 0.19 | 0.88 | 0 | 0.09 | 286.83 | 0.82 | 0.51 |
| Hex | BC | 1C | E9 | 13 | 58 | 0 | 9 | 11F | 52 | 33 |
| Octal | 274 | 34 | 351 | 23 | 130 | 0 | 11 | 437 | 122 | 63 |
| Binary | 10111100 | 11100 | 11101001 | 10011 | 1011000 | 0 | 1001 | 100011111 | 1010010 | 110011 |
Color Harmonies of #BC1CE9
Complementary color
Monochromatic Colors of #BC1CE9
Black with #BC1CE9
Text Example
Text Example
White with #BC1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CE9; }
p { color: rgb(188,28,233); }
H1.HeaderClassName
{
color: #BC1CE9;
}
.AnyTagClassName
{
color: #BC1CE9;
}
</style>
background-color css
<style>
a { background-color: #BC1CE9; }
a { background-color: rgb(188,28,233); }
div.DivClassName
{
background-color: #BC1CE9;
}
.BgClassName
{
background-color: #BC1CE9;
}
</style>
border-color css
<style>
span { border-color: #BC1CE9; }
span { border-color: rgb(188,28,233); }
td.TdClassName
{
border-color: #BC1CE9;
}
.TagClassName
{
border-color: #BC1CE9;
}
</style>