Shades of East Side #BC7DD8
Tints of East Side #BC7DD8
RGB
CMYK
RGB Variations
Color information
#BC7DD8 (or 0xBC7DD8) is known color: East Side. HEX triplet: BC, 7D and D8. RGB value is (188,125,216). Sum of RGB (Red+Green+Blue) = 188+125+216=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC7DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DD8 is #438227. Grayscale: #999999. Windows color (decimal): -4424232 or 14187964. OLE color: 14187964.
HSL color Cylindrical-coordinate representation of color #BC7DD8: hue angle of 281.54º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7DD8 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 125 | 216 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.15 |
| HSL | 281.54º | 0.54% | 0.67% | - |
| HSV(B) | 281.54º | 0.42% | 0.85% | - |
| XYZ | 40.47 | 30.32 | 68.68 | - |
| YUV | 154.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 216 | 0.13 | 0.42 | 0 | 0.15 | 281.54 | 0.54 | 0.67 |
| Hex | BC | 7D | D8 | D | 2A | 0 | F | 11A | 36 | 43 |
| Octal | 274 | 175 | 330 | 15 | 52 | 0 | 17 | 432 | 66 | 103 |
| Binary | 10111100 | 1111101 | 11011000 | 1101 | 101010 | 0 | 1111 | 100011010 | 110110 | 1000011 |
Color Harmonies of #BC7DD8
Complementary color
Monochromatic Colors of #BC7DD8
Black with #BC7DD8
Text Example
Text Example
White with #BC7DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DD8; }
p { color: rgb(188,125,216); }
H1.HeaderClassName
{
color: #BC7DD8;
}
.AnyTagClassName
{
color: #BC7DD8;
}
</style>
background-color css
<style>
a { background-color: #BC7DD8; }
a { background-color: rgb(188,125,216); }
div.DivClassName
{
background-color: #BC7DD8;
}
.BgClassName
{
background-color: #BC7DD8;
}
</style>
border-color css
<style>
span { border-color: #BC7DD8; }
span { border-color: rgb(188,125,216); }
td.TdClassName
{
border-color: #BC7DD8;
}
.TagClassName
{
border-color: #BC7DD8;
}
</style>