Shades of East Side #BC7ECC
Tints of East Side #BC7ECC
RGB
CMYK
RGB Variations
Color information
#BC7ECC (or 0xBC7ECC) is known color: East Side. HEX triplet: BC, 7E and CC. RGB value is (188,126,204). Sum of RGB (Red+Green+Blue) = 188+126+204=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ECC is #438133. Grayscale: #999999. Windows color (decimal): -4423988 or 13401788. OLE color: 13401788.
HSL color Cylindrical-coordinate representation of color #BC7ECC: hue angle of 287.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7ECC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 126 | 204 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.2 |
| HSL | 287.69º | 0.43% | 0.65% | - |
| HSV(B) | 287.69º | 0.38% | 0.8% | - |
| XYZ | 39.1 | 29.97 | 60.85 | - |
| YUV | 153.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 204 | 0.08 | 0.38 | 0 | 0.2 | 287.69 | 0.43 | 0.65 |
| Hex | BC | 7E | CC | 8 | 26 | 0 | 14 | 120 | 2B | 41 |
| Octal | 274 | 176 | 314 | 10 | 46 | 0 | 24 | 440 | 53 | 101 |
| Binary | 10111100 | 1111110 | 11001100 | 1000 | 100110 | 0 | 10100 | 100100000 | 101011 | 1000001 |
Color Harmonies of #BC7ECC
Complementary color
Monochromatic Colors of #BC7ECC
Black with #BC7ECC
Text Example
Text Example
White with #BC7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ECC; }
p { color: rgb(188,126,204); }
H1.HeaderClassName
{
color: #BC7ECC;
}
.AnyTagClassName
{
color: #BC7ECC;
}
</style>
background-color css
<style>
a { background-color: #BC7ECC; }
a { background-color: rgb(188,126,204); }
div.DivClassName
{
background-color: #BC7ECC;
}
.BgClassName
{
background-color: #BC7ECC;
}
</style>
border-color css
<style>
span { border-color: #BC7ECC; }
span { border-color: rgb(188,126,204); }
td.TdClassName
{
border-color: #BC7ECC;
}
.TagClassName
{
border-color: #BC7ECC;
}
</style>