Shades of East Side #B591BB
Tints of East Side #B591BB
RGB
CMYK
RGB Variations
Color information
#B591BB (or 0xB591BB) is known color: East Side. HEX triplet: B5, 91 and BB. RGB value is (181,145,187). Sum of RGB (Red+Green+Blue) = 181+145+187=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #B591BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591BB is #4A6E44. Grayscale: #A0A0A0. Windows color (decimal): -4877893 or 12292533. OLE color: 12292533.
HSL color Cylindrical-coordinate representation of color #B591BB: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B591BB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 145 | 187 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.27 |
| HSL | 291.43º | 0.24% | 0.65% | - |
| HSV(B) | 291.43º | 0.22% | 0.73% | - |
| XYZ | 38.15 | 33.66 | 51.5 | - |
| YUV | 160.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 187 | 0.03 | 0.22 | 0 | 0.27 | 291.43 | 0.24 | 0.65 |
| Hex | B5 | 91 | BB | 3 | 16 | 0 | 1B | 123 | 18 | 41 |
| Octal | 265 | 221 | 273 | 3 | 26 | 0 | 33 | 443 | 30 | 101 |
| Binary | 10110101 | 10010001 | 10111011 | 11 | 10110 | 0 | 11011 | 100100011 | 11000 | 1000001 |
Color Harmonies of #B591BB
Complementary color
Monochromatic Colors of #B591BB
Black with #B591BB
Text Example
Text Example
White with #B591BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591BB; }
p { color: rgb(181,145,187); }
H1.HeaderClassName
{
color: #B591BB;
}
.AnyTagClassName
{
color: #B591BB;
}
</style>
background-color css
<style>
a { background-color: #B591BB; }
a { background-color: rgb(181,145,187); }
div.DivClassName
{
background-color: #B591BB;
}
.BgClassName
{
background-color: #B591BB;
}
</style>
border-color css
<style>
span { border-color: #B591BB; }
span { border-color: rgb(181,145,187); }
td.TdClassName
{
border-color: #B591BB;
}
.TagClassName
{
border-color: #B591BB;
}
</style>