Shades of East Side #B591BE
Tints of East Side #B591BE
RGB
CMYK
RGB Variations
Color information
#B591BE (or 0xB591BE) is known color: East Side. HEX triplet: B5, 91 and BE. RGB value is (181,145,190). Sum of RGB (Red+Green+Blue) = 181+145+190=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B591BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591BE is #4A6E41. Grayscale: #A0A0A0. Windows color (decimal): -4877890 or 12489141. OLE color: 12489141.
HSL color Cylindrical-coordinate representation of color #B591BE: hue angle of 288º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B591BE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 145 | 190 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.25 |
| HSL | 288º | 0.26% | 0.66% | - |
| HSV(B) | 288º | 0.24% | 0.75% | - |
| XYZ | 38.48 | 33.79 | 53.21 | - |
| YUV | 160.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 190 | 0.05 | 0.24 | 0 | 0.25 | 288 | 0.26 | 0.66 |
| Hex | B5 | 91 | BE | 5 | 18 | 0 | 19 | 120 | 1A | 42 |
| Octal | 265 | 221 | 276 | 5 | 30 | 0 | 31 | 440 | 32 | 102 |
| Binary | 10110101 | 10010001 | 10111110 | 101 | 11000 | 0 | 11001 | 100100000 | 11010 | 1000010 |
Color Harmonies of #B591BE
Complementary color
Monochromatic Colors of #B591BE
Black with #B591BE
Text Example
Text Example
White with #B591BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591BE; }
p { color: rgb(181,145,190); }
H1.HeaderClassName
{
color: #B591BE;
}
.AnyTagClassName
{
color: #B591BE;
}
</style>
background-color css
<style>
a { background-color: #B591BE; }
a { background-color: rgb(181,145,190); }
div.DivClassName
{
background-color: #B591BE;
}
.BgClassName
{
background-color: #B591BE;
}
</style>
border-color css
<style>
span { border-color: #B591BE; }
span { border-color: rgb(181,145,190); }
td.TdClassName
{
border-color: #B591BE;
}
.TagClassName
{
border-color: #B591BE;
}
</style>