Shades of East Side #B176BC
Tints of East Side #B176BC
RGB
CMYK
RGB Variations
Color information
#B176BC (or 0xB176BC) is known color: East Side. HEX triplet: B1, 76 and BC. RGB value is (177,118,188). Sum of RGB (Red+Green+Blue) = 177+118+188=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #B176BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176BC is #4E8943. Grayscale: #8F8F8F. Windows color (decimal): -5146948 or 12351153. OLE color: 12351153.
HSL color Cylindrical-coordinate representation of color #B176BC: hue angle of 290.57º 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 #B176BC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 118 | 188 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.26 |
| HSL | 290.57º | 0.34% | 0.6% | - |
| HSV(B) | 290.57º | 0.37% | 0.74% | - |
| XYZ | 33.69 | 25.93 | 50.81 | - |
| YUV | 143.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 188 | 0.06 | 0.37 | 0 | 0.26 | 290.57 | 0.34 | 0.6 |
| Hex | B1 | 76 | BC | 6 | 25 | 0 | 1A | 123 | 22 | 3C |
| Octal | 261 | 166 | 274 | 6 | 45 | 0 | 32 | 443 | 42 | 74 |
| Binary | 10110001 | 1110110 | 10111100 | 110 | 100101 | 0 | 11010 | 100100011 | 100010 | 111100 |
Color Harmonies of #B176BC
Complementary color
Monochromatic Colors of #B176BC
Black with #B176BC
Text Example
Text Example
White with #B176BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B176BC; }
p { color: rgb(177,118,188); }
H1.HeaderClassName
{
color: #B176BC;
}
.AnyTagClassName
{
color: #B176BC;
}
</style>
background-color css
<style>
a { background-color: #B176BC; }
a { background-color: rgb(177,118,188); }
div.DivClassName
{
background-color: #B176BC;
}
.BgClassName
{
background-color: #B176BC;
}
</style>
border-color css
<style>
span { border-color: #B176BC; }
span { border-color: rgb(177,118,188); }
td.TdClassName
{
border-color: #B176BC;
}
.TagClassName
{
border-color: #B176BC;
}
</style>