Shades of East Side #BC87D0
Tints of East Side #BC87D0
RGB
CMYK
RGB Variations
Color information
#BC87D0 (or 0xBC87D0) is known color: East Side. HEX triplet: BC, 87 and D0. RGB value is (188,135,208). Sum of RGB (Red+Green+Blue) = 188+135+208=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC87D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87D0 is #43782F. Grayscale: #9E9E9E. Windows color (decimal): -4421680 or 13666236. OLE color: 13666236.
HSL color Cylindrical-coordinate representation of color #BC87D0: hue angle of 283.56º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC87D0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 135 | 208 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.18 |
| HSL | 283.56º | 0.44% | 0.67% | - |
| HSV(B) | 283.56º | 0.35% | 0.82% | - |
| XYZ | 40.79 | 32.57 | 63.81 | - |
| YUV | 159.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 208 | 0.10 | 0.35 | 0 | 0.18 | 283.56 | 0.44 | 0.67 |
| Hex | BC | 87 | D0 | A | 23 | 0 | 12 | 11C | 2C | 43 |
| Octal | 274 | 207 | 320 | 12 | 43 | 0 | 22 | 434 | 54 | 103 |
| Binary | 10111100 | 10000111 | 11010000 | 1010 | 100011 | 0 | 10010 | 100011100 | 101100 | 1000011 |
Color Harmonies of #BC87D0
Complementary color
Monochromatic Colors of #BC87D0
Black with #BC87D0
Text Example
Text Example
White with #BC87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87D0; }
p { color: rgb(188,135,208); }
H1.HeaderClassName
{
color: #BC87D0;
}
.AnyTagClassName
{
color: #BC87D0;
}
</style>
background-color css
<style>
a { background-color: #BC87D0; }
a { background-color: rgb(188,135,208); }
div.DivClassName
{
background-color: #BC87D0;
}
.BgClassName
{
background-color: #BC87D0;
}
</style>
border-color css
<style>
span { border-color: #BC87D0; }
span { border-color: rgb(188,135,208); }
td.TdClassName
{
border-color: #BC87D0;
}
.TagClassName
{
border-color: #BC87D0;
}
</style>