Shades of East Side #B590BB
Tints of East Side #B590BB
RGB
CMYK
RGB Variations
Color information
#B590BB (or 0xB590BB) is known color: East Side. HEX triplet: B5, 90 and BB. RGB value is (181,144,187). Sum of RGB (Red+Green+Blue) = 181+144+187=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #B590BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590BB is #4A6F44. Grayscale: #9F9F9F. Windows color (decimal): -4878149 or 12292277. OLE color: 12292277.
HSL color Cylindrical-coordinate representation of color #B590BB: hue angle of 291.63º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B590BB is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 144 | 187 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.27 |
| HSL | 291.63º | 0.24% | 0.65% | - |
| HSV(B) | 291.63º | 0.23% | 0.73% | - |
| XYZ | 38 | 33.36 | 51.45 | - |
| YUV | 159.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 187 | 0.03 | 0.23 | 0 | 0.27 | 291.63 | 0.24 | 0.65 |
| Hex | B5 | 90 | BB | 3 | 17 | 0 | 1B | 124 | 18 | 41 |
| Octal | 265 | 220 | 273 | 3 | 27 | 0 | 33 | 444 | 30 | 101 |
| Binary | 10110101 | 10010000 | 10111011 | 11 | 10111 | 0 | 11011 | 100100100 | 11000 | 1000001 |
Color Harmonies of #B590BB
Complementary color
Monochromatic Colors of #B590BB
Black with #B590BB
Text Example
Text Example
White with #B590BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590BB; }
p { color: rgb(181,144,187); }
H1.HeaderClassName
{
color: #B590BB;
}
.AnyTagClassName
{
color: #B590BB;
}
</style>
background-color css
<style>
a { background-color: #B590BB; }
a { background-color: rgb(181,144,187); }
div.DivClassName
{
background-color: #B590BB;
}
.BgClassName
{
background-color: #B590BB;
}
</style>
border-color css
<style>
span { border-color: #B590BB; }
span { border-color: rgb(181,144,187); }
td.TdClassName
{
border-color: #B590BB;
}
.TagClassName
{
border-color: #B590BB;
}
</style>