Shades of East Side #B180BA
Tints of East Side #B180BA
RGB
CMYK
RGB Variations
Color information
#B180BA (or 0xB180BA) is known color: East Side. HEX triplet: B1, 80 and BA. RGB value is (177,128,186). Sum of RGB (Red+Green+Blue) = 177+128+186=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B180BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180BA is #4E7F45. Grayscale: #959595. Windows color (decimal): -5144390 or 12222641. OLE color: 12222641.
HSL color Cylindrical-coordinate representation of color #B180BA: hue angle of 290.69º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B180BA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 128 | 186 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.27 |
| HSL | 290.69º | 0.3% | 0.62% | - |
| HSV(B) | 290.69º | 0.31% | 0.73% | - |
| XYZ | 34.71 | 28.33 | 50.09 | - |
| YUV | 149.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 186 | 0.05 | 0.31 | 0 | 0.27 | 290.69 | 0.3 | 0.62 |
| Hex | B1 | 80 | BA | 5 | 1F | 0 | 1B | 123 | 1E | 3E |
| Octal | 261 | 200 | 272 | 5 | 37 | 0 | 33 | 443 | 36 | 76 |
| Binary | 10110001 | 10000000 | 10111010 | 101 | 11111 | 0 | 11011 | 100100011 | 11110 | 111110 |
Color Harmonies of #B180BA
Complementary color
Monochromatic Colors of #B180BA
Black with #B180BA
Text Example
Text Example
White with #B180BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180BA; }
p { color: rgb(177,128,186); }
H1.HeaderClassName
{
color: #B180BA;
}
.AnyTagClassName
{
color: #B180BA;
}
</style>
background-color css
<style>
a { background-color: #B180BA; }
a { background-color: rgb(177,128,186); }
div.DivClassName
{
background-color: #B180BA;
}
.BgClassName
{
background-color: #B180BA;
}
</style>
border-color css
<style>
span { border-color: #B180BA; }
span { border-color: rgb(177,128,186); }
td.TdClassName
{
border-color: #B180BA;
}
.TagClassName
{
border-color: #B180BA;
}
</style>