Shades of East Side #BC8AD0
Tints of East Side #BC8AD0
RGB
CMYK
RGB Variations
Color information
#BC8AD0 (or 0xBC8AD0) is known color: East Side. HEX triplet: BC, 8A and D0. RGB value is (188,138,208). Sum of RGB (Red+Green+Blue) = 188+138+208=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD0 is #43752F. Grayscale: #A0A0A0. Windows color (decimal): -4420912 or 13667004. OLE color: 13667004.
HSL color Cylindrical-coordinate representation of color #BC8AD0: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8AD0 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 138 | 208 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.18 |
| HSL | 282.86º | 0.43% | 0.68% | - |
| HSV(B) | 282.86º | 0.34% | 0.82% | - |
| XYZ | 41.21 | 33.42 | 63.95 | - |
| YUV | 160.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 208 | 0.10 | 0.34 | 0 | 0.18 | 282.86 | 0.43 | 0.68 |
| Hex | BC | 8A | D0 | A | 22 | 0 | 12 | 11B | 2B | 44 |
| Octal | 274 | 212 | 320 | 12 | 42 | 0 | 22 | 433 | 53 | 104 |
| Binary | 10111100 | 10001010 | 11010000 | 1010 | 100010 | 0 | 10010 | 100011011 | 101011 | 1000100 |
Color Harmonies of #BC8AD0
Complementary color
Monochromatic Colors of #BC8AD0
Black with #BC8AD0
Text Example
Text Example
White with #BC8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AD0; }
p { color: rgb(188,138,208); }
H1.HeaderClassName
{
color: #BC8AD0;
}
.AnyTagClassName
{
color: #BC8AD0;
}
</style>
background-color css
<style>
a { background-color: #BC8AD0; }
a { background-color: rgb(188,138,208); }
div.DivClassName
{
background-color: #BC8AD0;
}
.BgClassName
{
background-color: #BC8AD0;
}
</style>
border-color css
<style>
span { border-color: #BC8AD0; }
span { border-color: rgb(188,138,208); }
td.TdClassName
{
border-color: #BC8AD0;
}
.TagClassName
{
border-color: #BC8AD0;
}
</style>