Shades of East Side #BC85C1
Tints of East Side #BC85C1
RGB
CMYK
RGB Variations
Color information
#BC85C1 (or 0xBC85C1) is known color: East Side. HEX triplet: BC, 85 and C1. RGB value is (188,133,193). Sum of RGB (Red+Green+Blue) = 188+133+193=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85C1 is #437A3E. Grayscale: #9C9C9C. Windows color (decimal): -4422207 or 12682684. OLE color: 12682684.
HSL color Cylindrical-coordinate representation of color #BC85C1: hue angle of 295º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC85C1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 133 | 193 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.24 |
| HSL | 295º | 0.33% | 0.64% | - |
| HSV(B) | 295º | 0.31% | 0.76% | - |
| XYZ | 38.75 | 31.32 | 54.45 | - |
| YUV | 156.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 193 | 0.03 | 0.31 | 0 | 0.24 | 295 | 0.33 | 0.64 |
| Hex | BC | 85 | C1 | 3 | 1F | 0 | 18 | 127 | 21 | 40 |
| Octal | 274 | 205 | 301 | 3 | 37 | 0 | 30 | 447 | 41 | 100 |
| Binary | 10111100 | 10000101 | 11000001 | 11 | 11111 | 0 | 11000 | 100100111 | 100001 | 1000000 |
Color Harmonies of #BC85C1
Complementary color
Monochromatic Colors of #BC85C1
Black with #BC85C1
Text Example
Text Example
White with #BC85C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85C1; }
p { color: rgb(188,133,193); }
H1.HeaderClassName
{
color: #BC85C1;
}
.AnyTagClassName
{
color: #BC85C1;
}
</style>
background-color css
<style>
a { background-color: #BC85C1; }
a { background-color: rgb(188,133,193); }
div.DivClassName
{
background-color: #BC85C1;
}
.BgClassName
{
background-color: #BC85C1;
}
</style>
border-color css
<style>
span { border-color: #BC85C1; }
span { border-color: rgb(188,133,193); }
td.TdClassName
{
border-color: #BC85C1;
}
.TagClassName
{
border-color: #BC85C1;
}
</style>