Shades of East Side #BC7ED5
Tints of East Side #BC7ED5
RGB
CMYK
RGB Variations
Color information
#BC7ED5 (or 0xBC7ED5) is known color: East Side. HEX triplet: BC, 7E and D5. RGB value is (188,126,213). Sum of RGB (Red+Green+Blue) = 188+126+213=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ED5 is #43812A. Grayscale: #9A9A9A. Windows color (decimal): -4423979 or 13991612. OLE color: 13991612.
HSL color Cylindrical-coordinate representation of color #BC7ED5: hue angle of 282.76º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7ED5 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 126 | 213 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.16 |
| HSL | 282.76º | 0.51% | 0.66% | - |
| HSV(B) | 282.76º | 0.41% | 0.84% | - |
| XYZ | 40.21 | 30.42 | 66.7 | - |
| YUV | 154.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 213 | 0.12 | 0.41 | 0 | 0.16 | 282.76 | 0.51 | 0.66 |
| Hex | BC | 7E | D5 | C | 29 | 0 | 10 | 11B | 33 | 42 |
| Octal | 274 | 176 | 325 | 14 | 51 | 0 | 20 | 433 | 63 | 102 |
| Binary | 10111100 | 1111110 | 11010101 | 1100 | 101001 | 0 | 10000 | 100011011 | 110011 | 1000010 |
Color Harmonies of #BC7ED5
Complementary color
Monochromatic Colors of #BC7ED5
Black with #BC7ED5
Text Example
Text Example
White with #BC7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ED5; }
p { color: rgb(188,126,213); }
H1.HeaderClassName
{
color: #BC7ED5;
}
.AnyTagClassName
{
color: #BC7ED5;
}
</style>
background-color css
<style>
a { background-color: #BC7ED5; }
a { background-color: rgb(188,126,213); }
div.DivClassName
{
background-color: #BC7ED5;
}
.BgClassName
{
background-color: #BC7ED5;
}
</style>
border-color css
<style>
span { border-color: #BC7ED5; }
span { border-color: rgb(188,126,213); }
td.TdClassName
{
border-color: #BC7ED5;
}
.TagClassName
{
border-color: #BC7ED5;
}
</style>