Shades of East Side #B180BC
Tints of East Side #B180BC
RGB
CMYK
RGB Variations
Color information
#B180BC (or 0xB180BC) is known color: East Side. HEX triplet: B1, 80 and BC. RGB value is (177,128,188). Sum of RGB (Red+Green+Blue) = 177+128+188=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #B180BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180BC is #4E7F43. Grayscale: #959595. Windows color (decimal): -5144388 or 12353713. OLE color: 12353713.
HSL color Cylindrical-coordinate representation of color #B180BC: hue angle of 289º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B180BC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 128 | 188 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.26 |
| HSL | 289º | 0.31% | 0.62% | - |
| HSV(B) | 289º | 0.32% | 0.74% | - |
| XYZ | 34.93 | 28.42 | 51.22 | - |
| YUV | 149.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 188 | 0.06 | 0.32 | 0 | 0.26 | 289 | 0.31 | 0.62 |
| Hex | B1 | 80 | BC | 6 | 20 | 0 | 1A | 121 | 1F | 3E |
| Octal | 261 | 200 | 274 | 6 | 40 | 0 | 32 | 441 | 37 | 76 |
| Binary | 10110001 | 10000000 | 10111100 | 110 | 100000 | 0 | 11010 | 100100001 | 11111 | 111110 |
Color Harmonies of #B180BC
Complementary color
Monochromatic Colors of #B180BC
Black with #B180BC
Text Example
Text Example
White with #B180BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180BC; }
p { color: rgb(177,128,188); }
H1.HeaderClassName
{
color: #B180BC;
}
.AnyTagClassName
{
color: #B180BC;
}
</style>
background-color css
<style>
a { background-color: #B180BC; }
a { background-color: rgb(177,128,188); }
div.DivClassName
{
background-color: #B180BC;
}
.BgClassName
{
background-color: #B180BC;
}
</style>
border-color css
<style>
span { border-color: #B180BC; }
span { border-color: rgb(177,128,188); }
td.TdClassName
{
border-color: #B180BC;
}
.TagClassName
{
border-color: #B180BC;
}
</style>