Shades of East Side #B58DBB
Tints of East Side #B58DBB
RGB
CMYK
RGB Variations
Color information
#B58DBB (or 0xB58DBB) is known color: East Side. HEX triplet: B5, 8D and BB. RGB value is (181,141,187). Sum of RGB (Red+Green+Blue) = 181+141+187=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #B58DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DBB is #4A7244. Grayscale: #9E9E9E. Windows color (decimal): -4878917 or 12291509. OLE color: 12291509.
HSL color Cylindrical-coordinate representation of color #B58DBB: hue angle of 292.17º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58DBB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 141 | 187 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.27 |
| HSL | 292.17º | 0.25% | 0.64% | - |
| HSV(B) | 292.17º | 0.25% | 0.73% | - |
| XYZ | 37.55 | 32.46 | 51.3 | - |
| YUV | 158.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 187 | 0.03 | 0.25 | 0 | 0.27 | 292.17 | 0.25 | 0.64 |
| Hex | B5 | 8D | BB | 3 | 19 | 0 | 1B | 124 | 19 | 40 |
| Octal | 265 | 215 | 273 | 3 | 31 | 0 | 33 | 444 | 31 | 100 |
| Binary | 10110101 | 10001101 | 10111011 | 11 | 11001 | 0 | 11011 | 100100100 | 11001 | 1000000 |
Color Harmonies of #B58DBB
Complementary color
Monochromatic Colors of #B58DBB
Black with #B58DBB
Text Example
Text Example
White with #B58DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DBB; }
p { color: rgb(181,141,187); }
H1.HeaderClassName
{
color: #B58DBB;
}
.AnyTagClassName
{
color: #B58DBB;
}
</style>
background-color css
<style>
a { background-color: #B58DBB; }
a { background-color: rgb(181,141,187); }
div.DivClassName
{
background-color: #B58DBB;
}
.BgClassName
{
background-color: #B58DBB;
}
</style>
border-color css
<style>
span { border-color: #B58DBB; }
span { border-color: rgb(181,141,187); }
td.TdClassName
{
border-color: #B58DBB;
}
.TagClassName
{
border-color: #B58DBB;
}
</style>