Shades of Electric Purple #BC0BE5
Tints of Electric Purple #BC0BE5
RGB
CMYK
RGB Variations
Color information
#BC0BE5 (or 0xBC0BE5) is known color: Electric Purple. HEX triplet: BC, 0B and E5. RGB value is (188,11,229). Sum of RGB (Red+Green+Blue) = 188+11+229=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC0BE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BE5 is #43F41A. Grayscale: #585858. Windows color (decimal): -4453403 or 15010748. OLE color: 15010748.
HSL color Cylindrical-coordinate representation of color #BC0BE5: hue angle of 288.72º degrees, saturation: 0.91, 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 #BC0BE5 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 11 | 229 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.10 |
| HSL | 288.72º | 0.91% | 0.47% | - |
| HSV(B) | 288.72º | 0.95% | 0.9% | - |
| XYZ | 35 | 16.59 | 75.49 | - |
| YUV | 88.78 | 207.14 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 229 | 0.18 | 0.95 | 0 | 0.10 | 288.72 | 0.91 | 0.47 |
| Hex | BC | B | E5 | 12 | 5F | 0 | A | 121 | 5B | 2F |
| Octal | 274 | 13 | 345 | 22 | 137 | 0 | 12 | 441 | 133 | 57 |
| Binary | 10111100 | 1011 | 11100101 | 10010 | 1011111 | 0 | 1010 | 100100001 | 1011011 | 101111 |
Color Harmonies of #BC0BE5
Complementary color
Monochromatic Colors of #BC0BE5
Black with #BC0BE5
Text Example
Text Example
White with #BC0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BE5; }
p { color: rgb(188,11,229); }
H1.HeaderClassName
{
color: #BC0BE5;
}
.AnyTagClassName
{
color: #BC0BE5;
}
</style>
background-color css
<style>
a { background-color: #BC0BE5; }
a { background-color: rgb(188,11,229); }
div.DivClassName
{
background-color: #BC0BE5;
}
.BgClassName
{
background-color: #BC0BE5;
}
</style>
border-color css
<style>
span { border-color: #BC0BE5; }
span { border-color: rgb(188,11,229); }
td.TdClassName
{
border-color: #BC0BE5;
}
.TagClassName
{
border-color: #BC0BE5;
}
</style>