Shades of East Side #B182BB
Tints of East Side #B182BB
RGB
CMYK
RGB Variations
Color information
#B182BB (or 0xB182BB) is known color: East Side. HEX triplet: B1, 82 and BB. RGB value is (177,130,187). Sum of RGB (Red+Green+Blue) = 177+130+187=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #B182BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182BB is #4E7D44. Grayscale: #969696. Windows color (decimal): -5143877 or 12288689. OLE color: 12288689.
HSL color Cylindrical-coordinate representation of color #B182BB: hue angle of 289.47º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B182BB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 130 | 187 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.27 |
| HSL | 289.47º | 0.3% | 0.62% | - |
| HSV(B) | 289.47º | 0.3% | 0.73% | - |
| XYZ | 35.08 | 28.9 | 50.74 | - |
| YUV | 150.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 187 | 0.05 | 0.30 | 0 | 0.27 | 289.47 | 0.3 | 0.62 |
| Hex | B1 | 82 | BB | 5 | 1E | 0 | 1B | 121 | 1E | 3E |
| Octal | 261 | 202 | 273 | 5 | 36 | 0 | 33 | 441 | 36 | 76 |
| Binary | 10110001 | 10000010 | 10111011 | 101 | 11110 | 0 | 11011 | 100100001 | 11110 | 111110 |
Color Harmonies of #B182BB
Complementary color
Monochromatic Colors of #B182BB
Black with #B182BB
Text Example
Text Example
White with #B182BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182BB; }
p { color: rgb(177,130,187); }
H1.HeaderClassName
{
color: #B182BB;
}
.AnyTagClassName
{
color: #B182BB;
}
</style>
background-color css
<style>
a { background-color: #B182BB; }
a { background-color: rgb(177,130,187); }
div.DivClassName
{
background-color: #B182BB;
}
.BgClassName
{
background-color: #B182BB;
}
</style>
border-color css
<style>
span { border-color: #B182BB; }
span { border-color: rgb(177,130,187); }
td.TdClassName
{
border-color: #B182BB;
}
.TagClassName
{
border-color: #B182BB;
}
</style>