Shades of East Side #B185BA
Tints of East Side #B185BA
RGB
CMYK
RGB Variations
Color information
#B185BA (or 0xB185BA) is known color: East Side. HEX triplet: B1, 85 and BA. RGB value is (177,133,186). Sum of RGB (Red+Green+Blue) = 177+133+186=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B185BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185BA is #4E7A45. Grayscale: #989898. Windows color (decimal): -5143110 or 12223921. OLE color: 12223921.
HSL color Cylindrical-coordinate representation of color #B185BA: hue angle of 289.81º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B185BA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 133 | 186 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.27 |
| HSL | 289.81º | 0.28% | 0.63% | - |
| HSV(B) | 289.81º | 0.28% | 0.73% | - |
| XYZ | 35.38 | 29.67 | 50.32 | - |
| YUV | 152.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 186 | 0.05 | 0.28 | 0 | 0.27 | 289.81 | 0.28 | 0.63 |
| Hex | B1 | 85 | BA | 5 | 1C | 0 | 1B | 122 | 1C | 3F |
| Octal | 261 | 205 | 272 | 5 | 34 | 0 | 33 | 442 | 34 | 77 |
| Binary | 10110001 | 10000101 | 10111010 | 101 | 11100 | 0 | 11011 | 100100010 | 11100 | 111111 |
Color Harmonies of #B185BA
Complementary color
Monochromatic Colors of #B185BA
Black with #B185BA
Text Example
Text Example
White with #B185BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185BA; }
p { color: rgb(177,133,186); }
H1.HeaderClassName
{
color: #B185BA;
}
.AnyTagClassName
{
color: #B185BA;
}
</style>
background-color css
<style>
a { background-color: #B185BA; }
a { background-color: rgb(177,133,186); }
div.DivClassName
{
background-color: #B185BA;
}
.BgClassName
{
background-color: #B185BA;
}
</style>
border-color css
<style>
span { border-color: #B185BA; }
span { border-color: rgb(177,133,186); }
td.TdClassName
{
border-color: #B185BA;
}
.TagClassName
{
border-color: #B185BA;
}
</style>