Shades of East Side #BC85D3
Tints of East Side #BC85D3
RGB
CMYK
RGB Variations
Color information
#BC85D3 (or 0xBC85D3) is known color: East Side. HEX triplet: BC, 85 and D3. RGB value is (188,133,211). Sum of RGB (Red+Green+Blue) = 188+133+211=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC85D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85D3 is #437A2C. Grayscale: #9E9E9E. Windows color (decimal): -4422189 or 13862332. OLE color: 13862332.
HSL color Cylindrical-coordinate representation of color #BC85D3: hue angle of 282.31º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC85D3 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 133 | 211 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.17 |
| HSL | 282.31º | 0.47% | 0.67% | - |
| HSV(B) | 282.31º | 0.37% | 0.83% | - |
| XYZ | 40.88 | 32.17 | 65.68 | - |
| YUV | 158.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 211 | 0.11 | 0.37 | 0 | 0.17 | 282.31 | 0.47 | 0.67 |
| Hex | BC | 85 | D3 | B | 25 | 0 | 11 | 11A | 2F | 43 |
| Octal | 274 | 205 | 323 | 13 | 45 | 0 | 21 | 432 | 57 | 103 |
| Binary | 10111100 | 10000101 | 11010011 | 1011 | 100101 | 0 | 10001 | 100011010 | 101111 | 1000011 |
Color Harmonies of #BC85D3
Complementary color
Monochromatic Colors of #BC85D3
Black with #BC85D3
Text Example
Text Example
White with #BC85D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85D3; }
p { color: rgb(188,133,211); }
H1.HeaderClassName
{
color: #BC85D3;
}
.AnyTagClassName
{
color: #BC85D3;
}
</style>
background-color css
<style>
a { background-color: #BC85D3; }
a { background-color: rgb(188,133,211); }
div.DivClassName
{
background-color: #BC85D3;
}
.BgClassName
{
background-color: #BC85D3;
}
</style>
border-color css
<style>
span { border-color: #BC85D3; }
span { border-color: rgb(188,133,211); }
td.TdClassName
{
border-color: #BC85D3;
}
.TagClassName
{
border-color: #BC85D3;
}
</style>