Shades of East Side #B182BE
Tints of East Side #B182BE
RGB
CMYK
RGB Variations
Color information
#B182BE (or 0xB182BE) is known color: East Side. HEX triplet: B1, 82 and BE. RGB value is (177,130,190). Sum of RGB (Red+Green+Blue) = 177+130+190=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #B182BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182BE is #4E7D41. Grayscale: #969696. Windows color (decimal): -5143874 or 12485297. OLE color: 12485297.
HSL color Cylindrical-coordinate representation of color #B182BE: hue angle of 287º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B182BE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 130 | 190 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.25 |
| HSL | 287º | 0.32% | 0.63% | - |
| HSV(B) | 287º | 0.32% | 0.75% | - |
| XYZ | 35.41 | 29.03 | 52.45 | - |
| YUV | 150.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 190 | 0.07 | 0.32 | 0 | 0.25 | 287 | 0.32 | 0.63 |
| Hex | B1 | 82 | BE | 7 | 20 | 0 | 19 | 11F | 20 | 3F |
| Octal | 261 | 202 | 276 | 7 | 40 | 0 | 31 | 437 | 40 | 77 |
| Binary | 10110001 | 10000010 | 10111110 | 111 | 100000 | 0 | 11001 | 100011111 | 100000 | 111111 |
Color Harmonies of #B182BE
Complementary color
Monochromatic Colors of #B182BE
Black with #B182BE
Text Example
Text Example
White with #B182BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182BE; }
p { color: rgb(177,130,190); }
H1.HeaderClassName
{
color: #B182BE;
}
.AnyTagClassName
{
color: #B182BE;
}
</style>
background-color css
<style>
a { background-color: #B182BE; }
a { background-color: rgb(177,130,190); }
div.DivClassName
{
background-color: #B182BE;
}
.BgClassName
{
background-color: #B182BE;
}
</style>
border-color css
<style>
span { border-color: #B182BE; }
span { border-color: rgb(177,130,190); }
td.TdClassName
{
border-color: #B182BE;
}
.TagClassName
{
border-color: #B182BE;
}
</style>