Shades of East Side #BC87C1
Tints of East Side #BC87C1
RGB
CMYK
RGB Variations
Color information
#BC87C1 (or 0xBC87C1) is known color: East Side. HEX triplet: BC, 87 and C1. RGB value is (188,135,193). Sum of RGB (Red+Green+Blue) = 188+135+193=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC87C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87C1 is #43783E. Grayscale: #9D9D9D. Windows color (decimal): -4421695 or 12683196. OLE color: 12683196.
HSL color Cylindrical-coordinate representation of color #BC87C1: hue angle of 294.83º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC87C1 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 135 | 193 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.24 |
| HSL | 294.83º | 0.32% | 0.64% | - |
| HSV(B) | 294.83º | 0.3% | 0.76% | - |
| XYZ | 39.03 | 31.87 | 54.55 | - |
| YUV | 157.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 193 | 0.03 | 0.30 | 0 | 0.24 | 294.83 | 0.32 | 0.64 |
| Hex | BC | 87 | C1 | 3 | 1E | 0 | 18 | 127 | 20 | 40 |
| Octal | 274 | 207 | 301 | 3 | 36 | 0 | 30 | 447 | 40 | 100 |
| Binary | 10111100 | 10000111 | 11000001 | 11 | 11110 | 0 | 11000 | 100100111 | 100000 | 1000000 |
Color Harmonies of #BC87C1
Complementary color
Monochromatic Colors of #BC87C1
Black with #BC87C1
Text Example
Text Example
White with #BC87C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87C1; }
p { color: rgb(188,135,193); }
H1.HeaderClassName
{
color: #BC87C1;
}
.AnyTagClassName
{
color: #BC87C1;
}
</style>
background-color css
<style>
a { background-color: #BC87C1; }
a { background-color: rgb(188,135,193); }
div.DivClassName
{
background-color: #BC87C1;
}
.BgClassName
{
background-color: #BC87C1;
}
</style>
border-color css
<style>
span { border-color: #BC87C1; }
span { border-color: rgb(188,135,193); }
td.TdClassName
{
border-color: #BC87C1;
}
.TagClassName
{
border-color: #BC87C1;
}
</style>