Shades of East Side #BC7DD0
Tints of East Side #BC7DD0
RGB
CMYK
RGB Variations
Color information
#BC7DD0 (or 0xBC7DD0) is known color: East Side. HEX triplet: BC, 7D and D0. RGB value is (188,125,208). Sum of RGB (Red+Green+Blue) = 188+125+208=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC7DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DD0 is #43822F. Grayscale: #999999. Windows color (decimal): -4424240 or 13663676. OLE color: 13663676.
HSL color Cylindrical-coordinate representation of color #BC7DD0: hue angle of 285.54º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7DD0 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 125 | 208 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.18 |
| HSL | 285.54º | 0.47% | 0.65% | - |
| HSV(B) | 285.54º | 0.4% | 0.82% | - |
| XYZ | 39.46 | 29.91 | 63.37 | - |
| YUV | 153.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 208 | 0.10 | 0.40 | 0 | 0.18 | 285.54 | 0.47 | 0.65 |
| Hex | BC | 7D | D0 | A | 28 | 0 | 12 | 11E | 2F | 41 |
| Octal | 274 | 175 | 320 | 12 | 50 | 0 | 22 | 436 | 57 | 101 |
| Binary | 10111100 | 1111101 | 11010000 | 1010 | 101000 | 0 | 10010 | 100011110 | 101111 | 1000001 |
Color Harmonies of #BC7DD0
Complementary color
Monochromatic Colors of #BC7DD0
Black with #BC7DD0
Text Example
Text Example
White with #BC7DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DD0; }
p { color: rgb(188,125,208); }
H1.HeaderClassName
{
color: #BC7DD0;
}
.AnyTagClassName
{
color: #BC7DD0;
}
</style>
background-color css
<style>
a { background-color: #BC7DD0; }
a { background-color: rgb(188,125,208); }
div.DivClassName
{
background-color: #BC7DD0;
}
.BgClassName
{
background-color: #BC7DD0;
}
</style>
border-color css
<style>
span { border-color: #BC7DD0; }
span { border-color: rgb(188,125,208); }
td.TdClassName
{
border-color: #BC7DD0;
}
.TagClassName
{
border-color: #BC7DD0;
}
</style>