Shades of East Side #B177BC
Tints of East Side #B177BC
RGB
CMYK
RGB Variations
Color information
#B177BC (or 0xB177BC) is known color: East Side. HEX triplet: B1, 77 and BC. RGB value is (177,119,188). Sum of RGB (Red+Green+Blue) = 177+119+188=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #B177BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177BC is #4E8843. Grayscale: #8F8F8F. Windows color (decimal): -5146692 or 12351409. OLE color: 12351409.
HSL color Cylindrical-coordinate representation of color #B177BC: hue angle of 290.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B177BC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 119 | 188 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.26 |
| HSL | 290.43º | 0.34% | 0.6% | - |
| HSV(B) | 290.43º | 0.37% | 0.74% | - |
| XYZ | 33.81 | 26.17 | 50.85 | - |
| YUV | 144.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 188 | 0.06 | 0.37 | 0 | 0.26 | 290.43 | 0.34 | 0.6 |
| Hex | B1 | 77 | BC | 6 | 25 | 0 | 1A | 122 | 22 | 3C |
| Octal | 261 | 167 | 274 | 6 | 45 | 0 | 32 | 442 | 42 | 74 |
| Binary | 10110001 | 1110111 | 10111100 | 110 | 100101 | 0 | 11010 | 100100010 | 100010 | 111100 |
Color Harmonies of #B177BC
Complementary color
Monochromatic Colors of #B177BC
Black with #B177BC
Text Example
Text Example
White with #B177BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B177BC; }
p { color: rgb(177,119,188); }
H1.HeaderClassName
{
color: #B177BC;
}
.AnyTagClassName
{
color: #B177BC;
}
</style>
background-color css
<style>
a { background-color: #B177BC; }
a { background-color: rgb(177,119,188); }
div.DivClassName
{
background-color: #B177BC;
}
.BgClassName
{
background-color: #B177BC;
}
</style>
border-color css
<style>
span { border-color: #B177BC; }
span { border-color: rgb(177,119,188); }
td.TdClassName
{
border-color: #B177BC;
}
.TagClassName
{
border-color: #B177BC;
}
</style>