Shades of East Side #B182BC
Tints of East Side #B182BC
RGB
CMYK
RGB Variations
Color information
#B182BC (or 0xB182BC) is known color: East Side. HEX triplet: B1, 82 and BC. RGB value is (177,130,188). Sum of RGB (Red+Green+Blue) = 177+130+188=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #B182BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182BC is #4E7D43. Grayscale: #969696. Windows color (decimal): -5143876 or 12354225. OLE color: 12354225.
HSL color Cylindrical-coordinate representation of color #B182BC: hue angle of 288.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B182BC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 130 | 188 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.26 |
| HSL | 288.62º | 0.3% | 0.62% | - |
| HSV(B) | 288.62º | 0.31% | 0.74% | - |
| XYZ | 35.19 | 28.94 | 51.31 | - |
| YUV | 150.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 188 | 0.06 | 0.31 | 0 | 0.26 | 288.62 | 0.3 | 0.62 |
| Hex | B1 | 82 | BC | 6 | 1F | 0 | 1A | 121 | 1E | 3E |
| Octal | 261 | 202 | 274 | 6 | 37 | 0 | 32 | 441 | 36 | 76 |
| Binary | 10110001 | 10000010 | 10111100 | 110 | 11111 | 0 | 11010 | 100100001 | 11110 | 111110 |
Color Harmonies of #B182BC
Complementary color
Monochromatic Colors of #B182BC
Black with #B182BC
Text Example
Text Example
White with #B182BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182BC; }
p { color: rgb(177,130,188); }
H1.HeaderClassName
{
color: #B182BC;
}
.AnyTagClassName
{
color: #B182BC;
}
</style>
background-color css
<style>
a { background-color: #B182BC; }
a { background-color: rgb(177,130,188); }
div.DivClassName
{
background-color: #B182BC;
}
.BgClassName
{
background-color: #B182BC;
}
</style>
border-color css
<style>
span { border-color: #B182BC; }
span { border-color: rgb(177,130,188); }
td.TdClassName
{
border-color: #B182BC;
}
.TagClassName
{
border-color: #B182BC;
}
</style>