Shades of East Side #B181BA
Tints of East Side #B181BA
RGB
CMYK
RGB Variations
Color information
#B181BA (or 0xB181BA) is known color: East Side. HEX triplet: B1, 81 and BA. RGB value is (177,129,186). Sum of RGB (Red+Green+Blue) = 177+129+186=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B181BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181BA is #4E7E45. Grayscale: #959595. Windows color (decimal): -5144134 or 12222897. OLE color: 12222897.
HSL color Cylindrical-coordinate representation of color #B181BA: hue angle of 290.53º degrees, saturation: 0.29, 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 #B181BA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 129 | 186 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.27 |
| HSL | 290.53º | 0.29% | 0.62% | - |
| HSV(B) | 290.53º | 0.31% | 0.73% | - |
| XYZ | 34.84 | 28.59 | 50.14 | - |
| YUV | 149.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 186 | 0.05 | 0.31 | 0 | 0.27 | 290.53 | 0.29 | 0.62 |
| Hex | B1 | 81 | BA | 5 | 1F | 0 | 1B | 123 | 1D | 3E |
| Octal | 261 | 201 | 272 | 5 | 37 | 0 | 33 | 443 | 35 | 76 |
| Binary | 10110001 | 10000001 | 10111010 | 101 | 11111 | 0 | 11011 | 100100011 | 11101 | 111110 |
Color Harmonies of #B181BA
Complementary color
Monochromatic Colors of #B181BA
Black with #B181BA
Text Example
Text Example
White with #B181BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181BA; }
p { color: rgb(177,129,186); }
H1.HeaderClassName
{
color: #B181BA;
}
.AnyTagClassName
{
color: #B181BA;
}
</style>
background-color css
<style>
a { background-color: #B181BA; }
a { background-color: rgb(177,129,186); }
div.DivClassName
{
background-color: #B181BA;
}
.BgClassName
{
background-color: #B181BA;
}
</style>
border-color css
<style>
span { border-color: #B181BA; }
span { border-color: rgb(177,129,186); }
td.TdClassName
{
border-color: #B181BA;
}
.TagClassName
{
border-color: #B181BA;
}
</style>