Shades of East Side #BC7ED7
Tints of East Side #BC7ED7
RGB
CMYK
RGB Variations
Color information
#BC7ED7 (or 0xBC7ED7) is known color: East Side. HEX triplet: BC, 7E and D7. RGB value is (188,126,215). Sum of RGB (Red+Green+Blue) = 188+126+215=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC7ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ED7 is #438128. Grayscale: #9A9A9A. Windows color (decimal): -4423977 or 14122684. OLE color: 14122684.
HSL color Cylindrical-coordinate representation of color #BC7ED7: hue angle of 281.8º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7ED7 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 126 | 215 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.16 |
| HSL | 281.8º | 0.53% | 0.67% | - |
| HSV(B) | 281.8º | 0.41% | 0.84% | - |
| XYZ | 40.47 | 30.52 | 68.05 | - |
| YUV | 154.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 215 | 0.13 | 0.41 | 0 | 0.16 | 281.8 | 0.53 | 0.67 |
| Hex | BC | 7E | D7 | D | 29 | 0 | 10 | 11A | 35 | 43 |
| Octal | 274 | 176 | 327 | 15 | 51 | 0 | 20 | 432 | 65 | 103 |
| Binary | 10111100 | 1111110 | 11010111 | 1101 | 101001 | 0 | 10000 | 100011010 | 110101 | 1000011 |
Color Harmonies of #BC7ED7
Complementary color
Monochromatic Colors of #BC7ED7
Black with #BC7ED7
Text Example
Text Example
White with #BC7ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ED7; }
p { color: rgb(188,126,215); }
H1.HeaderClassName
{
color: #BC7ED7;
}
.AnyTagClassName
{
color: #BC7ED7;
}
</style>
background-color css
<style>
a { background-color: #BC7ED7; }
a { background-color: rgb(188,126,215); }
div.DivClassName
{
background-color: #BC7ED7;
}
.BgClassName
{
background-color: #BC7ED7;
}
</style>
border-color css
<style>
span { border-color: #BC7ED7; }
span { border-color: rgb(188,126,215); }
td.TdClassName
{
border-color: #BC7ED7;
}
.TagClassName
{
border-color: #BC7ED7;
}
</style>