Shades of East Side #B48DBB
Tints of East Side #B48DBB
RGB
CMYK
RGB Variations
Color information
#B48DBB (or 0xB48DBB) is known color: East Side. HEX triplet: B4, 8D and BB. RGB value is (180,141,187). Sum of RGB (Red+Green+Blue) = 180+141+187=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #B48DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DBB is #4B7244. Grayscale: #9D9D9D. Windows color (decimal): -4944453 or 12291508. OLE color: 12291508.
HSL color Cylindrical-coordinate representation of color #B48DBB: hue angle of 290.87º 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 #B48DBB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 141 | 187 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.27 |
| HSL | 290.87º | 0.25% | 0.64% | - |
| HSV(B) | 290.87º | 0.25% | 0.73% | - |
| XYZ | 37.32 | 32.34 | 51.29 | - |
| YUV | 157.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 187 | 0.04 | 0.25 | 0 | 0.27 | 290.87 | 0.25 | 0.64 |
| Hex | B4 | 8D | BB | 4 | 19 | 0 | 1B | 123 | 19 | 40 |
| Octal | 264 | 215 | 273 | 4 | 31 | 0 | 33 | 443 | 31 | 100 |
| Binary | 10110100 | 10001101 | 10111011 | 100 | 11001 | 0 | 11011 | 100100011 | 11001 | 1000000 |
Color Harmonies of #B48DBB
Complementary color
Monochromatic Colors of #B48DBB
Black with #B48DBB
Text Example
Text Example
White with #B48DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48DBB; }
p { color: rgb(180,141,187); }
H1.HeaderClassName
{
color: #B48DBB;
}
.AnyTagClassName
{
color: #B48DBB;
}
</style>
background-color css
<style>
a { background-color: #B48DBB; }
a { background-color: rgb(180,141,187); }
div.DivClassName
{
background-color: #B48DBB;
}
.BgClassName
{
background-color: #B48DBB;
}
</style>
border-color css
<style>
span { border-color: #B48DBB; }
span { border-color: rgb(180,141,187); }
td.TdClassName
{
border-color: #B48DBB;
}
.TagClassName
{
border-color: #B48DBB;
}
</style>