Shades of East Side #B38DBA
Tints of East Side #B38DBA
RGB
CMYK
RGB Variations
Color information
#B38DBA (or 0xB38DBA) is known color: East Side. HEX triplet: B3, 8D and BA. RGB value is (179,141,186). Sum of RGB (Red+Green+Blue) = 179+141+186=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #B38DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DBA is #4C7245. Grayscale: #9D9D9D. Windows color (decimal): -5009990 or 12225971. OLE color: 12225971.
HSL color Cylindrical-coordinate representation of color #B38DBA: hue angle of 290.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38DBA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 141 | 186 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.27 |
| HSL | 290.67º | 0.25% | 0.64% | - |
| HSV(B) | 290.67º | 0.24% | 0.73% | - |
| XYZ | 36.98 | 32.18 | 50.72 | - |
| YUV | 157.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 186 | 0.04 | 0.24 | 0 | 0.27 | 290.67 | 0.25 | 0.64 |
| Hex | B3 | 8D | BA | 4 | 18 | 0 | 1B | 123 | 19 | 40 |
| Octal | 263 | 215 | 272 | 4 | 30 | 0 | 33 | 443 | 31 | 100 |
| Binary | 10110011 | 10001101 | 10111010 | 100 | 11000 | 0 | 11011 | 100100011 | 11001 | 1000000 |
Color Harmonies of #B38DBA
Complementary color
Monochromatic Colors of #B38DBA
Black with #B38DBA
Text Example
Text Example
White with #B38DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DBA; }
p { color: rgb(179,141,186); }
H1.HeaderClassName
{
color: #B38DBA;
}
.AnyTagClassName
{
color: #B38DBA;
}
</style>
background-color css
<style>
a { background-color: #B38DBA; }
a { background-color: rgb(179,141,186); }
div.DivClassName
{
background-color: #B38DBA;
}
.BgClassName
{
background-color: #B38DBA;
}
</style>
border-color css
<style>
span { border-color: #B38DBA; }
span { border-color: rgb(179,141,186); }
td.TdClassName
{
border-color: #B38DBA;
}
.TagClassName
{
border-color: #B38DBA;
}
</style>