Shades of East Side #BC85CF
Tints of East Side #BC85CF
RGB
CMYK
RGB Variations
Color information
#BC85CF (or 0xBC85CF) is known color: East Side. HEX triplet: BC, 85 and CF. RGB value is (188,133,207). Sum of RGB (Red+Green+Blue) = 188+133+207=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85CF is #437A30. Grayscale: #9D9D9D. Windows color (decimal): -4422193 or 13600188. OLE color: 13600188.
HSL color Cylindrical-coordinate representation of color #BC85CF: hue angle of 284.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC85CF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 133 | 207 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.19 |
| HSL | 284.59º | 0.44% | 0.67% | - |
| HSV(B) | 284.59º | 0.36% | 0.81% | - |
| XYZ | 40.39 | 31.97 | 63.07 | - |
| YUV | 157.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 207 | 0.09 | 0.36 | 0 | 0.19 | 284.59 | 0.44 | 0.67 |
| Hex | BC | 85 | CF | 9 | 24 | 0 | 13 | 11D | 2C | 43 |
| Octal | 274 | 205 | 317 | 11 | 44 | 0 | 23 | 435 | 54 | 103 |
| Binary | 10111100 | 10000101 | 11001111 | 1001 | 100100 | 0 | 10011 | 100011101 | 101100 | 1000011 |
Color Harmonies of #BC85CF
Complementary color
Monochromatic Colors of #BC85CF
Black with #BC85CF
Text Example
Text Example
White with #BC85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85CF; }
p { color: rgb(188,133,207); }
H1.HeaderClassName
{
color: #BC85CF;
}
.AnyTagClassName
{
color: #BC85CF;
}
</style>
background-color css
<style>
a { background-color: #BC85CF; }
a { background-color: rgb(188,133,207); }
div.DivClassName
{
background-color: #BC85CF;
}
.BgClassName
{
background-color: #BC85CF;
}
</style>
border-color css
<style>
span { border-color: #BC85CF; }
span { border-color: rgb(188,133,207); }
td.TdClassName
{
border-color: #BC85CF;
}
.TagClassName
{
border-color: #BC85CF;
}
</style>