Shades of East Side #B176C0
Tints of East Side #B176C0
RGB
CMYK
RGB Variations
Color information
#B176C0 (or 0xB176C0) is known color: East Side. HEX triplet: B1, 76 and C0. RGB value is (177,118,192). Sum of RGB (Red+Green+Blue) = 177+118+192=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #B176C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176C0 is #4E893F. Grayscale: #8F8F8F. Windows color (decimal): -5146944 or 12613297. OLE color: 12613297.
HSL color Cylindrical-coordinate representation of color #B176C0: hue angle of 287.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B176C0 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 118 | 192 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.25 |
| HSL | 287.84º | 0.37% | 0.61% | - |
| HSV(B) | 287.84º | 0.39% | 0.75% | - |
| XYZ | 34.12 | 26.11 | 53.11 | - |
| YUV | 144.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 192 | 0.08 | 0.39 | 0 | 0.25 | 287.84 | 0.37 | 0.61 |
| Hex | B1 | 76 | C0 | 8 | 27 | 0 | 19 | 120 | 25 | 3D |
| Octal | 261 | 166 | 300 | 10 | 47 | 0 | 31 | 440 | 45 | 75 |
| Binary | 10110001 | 1110110 | 11000000 | 1000 | 100111 | 0 | 11001 | 100100000 | 100101 | 111101 |
Color Harmonies of #B176C0
Complementary color
Monochromatic Colors of #B176C0
Black with #B176C0
Text Example
Text Example
White with #B176C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B176C0; }
p { color: rgb(177,118,192); }
H1.HeaderClassName
{
color: #B176C0;
}
.AnyTagClassName
{
color: #B176C0;
}
</style>
background-color css
<style>
a { background-color: #B176C0; }
a { background-color: rgb(177,118,192); }
div.DivClassName
{
background-color: #B176C0;
}
.BgClassName
{
background-color: #B176C0;
}
</style>
border-color css
<style>
span { border-color: #B176C0; }
span { border-color: rgb(177,118,192); }
td.TdClassName
{
border-color: #B176C0;
}
.TagClassName
{
border-color: #B176C0;
}
</style>