Shades of Electric Purple #BC0CE5
Tints of Electric Purple #BC0CE5
RGB
CMYK
RGB Variations
Color information
#BC0CE5 (or 0xBC0CE5) is known color: Electric Purple. HEX triplet: BC, 0C and E5. RGB value is (188,12,229). Sum of RGB (Red+Green+Blue) = 188+12+229=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC0CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CE5 is #43F31A. Grayscale: #585858. Windows color (decimal): -4453147 or 15011004. OLE color: 15011004.
HSL color Cylindrical-coordinate representation of color #BC0CE5: hue angle of 288.66º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CE5 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 12 | 229 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.10 |
| HSL | 288.66º | 0.9% | 0.47% | - |
| HSV(B) | 288.66º | 0.95% | 0.9% | - |
| XYZ | 35.01 | 16.61 | 75.49 | - |
| YUV | 89.36 | 206.81 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 229 | 0.18 | 0.95 | 0 | 0.10 | 288.66 | 0.9 | 0.47 |
| Hex | BC | C | E5 | 12 | 5F | 0 | A | 121 | 5A | 2F |
| Octal | 274 | 14 | 345 | 22 | 137 | 0 | 12 | 441 | 132 | 57 |
| Binary | 10111100 | 1100 | 11100101 | 10010 | 1011111 | 0 | 1010 | 100100001 | 1011010 | 101111 |
Color Harmonies of #BC0CE5
Complementary color
Monochromatic Colors of #BC0CE5
Black with #BC0CE5
Text Example
Text Example
White with #BC0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CE5; }
p { color: rgb(188,12,229); }
H1.HeaderClassName
{
color: #BC0CE5;
}
.AnyTagClassName
{
color: #BC0CE5;
}
</style>
background-color css
<style>
a { background-color: #BC0CE5; }
a { background-color: rgb(188,12,229); }
div.DivClassName
{
background-color: #BC0CE5;
}
.BgClassName
{
background-color: #BC0CE5;
}
</style>
border-color css
<style>
span { border-color: #BC0CE5; }
span { border-color: rgb(188,12,229); }
td.TdClassName
{
border-color: #BC0CE5;
}
.TagClassName
{
border-color: #BC0CE5;
}
</style>