Shades of East Side #BC7BD0
Tints of East Side #BC7BD0
RGB
CMYK
RGB Variations
Color information
#BC7BD0 (or 0xBC7BD0) is known color: East Side. HEX triplet: BC, 7B and D0. RGB value is (188,123,208). Sum of RGB (Red+Green+Blue) = 188+123+208=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BD0 is #43842F. Grayscale: #979797. Windows color (decimal): -4424752 or 13663164. OLE color: 13663164.
HSL color Cylindrical-coordinate representation of color #BC7BD0: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7BD0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 123 | 208 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.18 |
| HSL | 285.88º | 0.47% | 0.65% | - |
| HSV(B) | 285.88º | 0.41% | 0.82% | - |
| XYZ | 39.21 | 29.41 | 63.29 | - |
| YUV | 152.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 208 | 0.10 | 0.41 | 0 | 0.18 | 285.88 | 0.47 | 0.65 |
| Hex | BC | 7B | D0 | A | 29 | 0 | 12 | 11E | 2F | 41 |
| Octal | 274 | 173 | 320 | 12 | 51 | 0 | 22 | 436 | 57 | 101 |
| Binary | 10111100 | 1111011 | 11010000 | 1010 | 101001 | 0 | 10010 | 100011110 | 101111 | 1000001 |
Color Harmonies of #BC7BD0
Complementary color
Monochromatic Colors of #BC7BD0
Black with #BC7BD0
Text Example
Text Example
White with #BC7BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BD0; }
p { color: rgb(188,123,208); }
H1.HeaderClassName
{
color: #BC7BD0;
}
.AnyTagClassName
{
color: #BC7BD0;
}
</style>
background-color css
<style>
a { background-color: #BC7BD0; }
a { background-color: rgb(188,123,208); }
div.DivClassName
{
background-color: #BC7BD0;
}
.BgClassName
{
background-color: #BC7BD0;
}
</style>
border-color css
<style>
span { border-color: #BC7BD0; }
span { border-color: rgb(188,123,208); }
td.TdClassName
{
border-color: #BC7BD0;
}
.TagClassName
{
border-color: #BC7BD0;
}
</style>