Shades of East Side #BC7DC5
Tints of East Side #BC7DC5
RGB
CMYK
RGB Variations
Color information
#BC7DC5 (or 0xBC7DC5) is known color: East Side. HEX triplet: BC, 7D and C5. RGB value is (188,125,197). Sum of RGB (Red+Green+Blue) = 188+125+197=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DC5 is #43823A. Grayscale: #979797. Windows color (decimal): -4424251 or 12942780. OLE color: 12942780.
HSL color Cylindrical-coordinate representation of color #BC7DC5: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7DC5 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 125 | 197 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.23 |
| HSL | 292.5º | 0.38% | 0.63% | - |
| HSV(B) | 292.5º | 0.37% | 0.77% | - |
| XYZ | 38.15 | 29.39 | 56.49 | - |
| YUV | 152.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 197 | 0.05 | 0.37 | 0 | 0.23 | 292.5 | 0.38 | 0.63 |
| Hex | BC | 7D | C5 | 5 | 25 | 0 | 17 | 124 | 26 | 3F |
| Octal | 274 | 175 | 305 | 5 | 45 | 0 | 27 | 444 | 46 | 77 |
| Binary | 10111100 | 1111101 | 11000101 | 101 | 100101 | 0 | 10111 | 100100100 | 100110 | 111111 |
Color Harmonies of #BC7DC5
Complementary color
Monochromatic Colors of #BC7DC5
Black with #BC7DC5
Text Example
Text Example
White with #BC7DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DC5; }
p { color: rgb(188,125,197); }
H1.HeaderClassName
{
color: #BC7DC5;
}
.AnyTagClassName
{
color: #BC7DC5;
}
</style>
background-color css
<style>
a { background-color: #BC7DC5; }
a { background-color: rgb(188,125,197); }
div.DivClassName
{
background-color: #BC7DC5;
}
.BgClassName
{
background-color: #BC7DC5;
}
</style>
border-color css
<style>
span { border-color: #BC7DC5; }
span { border-color: rgb(188,125,197); }
td.TdClassName
{
border-color: #BC7DC5;
}
.TagClassName
{
border-color: #BC7DC5;
}
</style>