Shades of East Side #B38DB9
Tints of East Side #B38DB9
RGB
CMYK
RGB Variations
Color information
#B38DB9 (or 0xB38DB9) is known color: East Side. HEX triplet: B3, 8D and B9. RGB value is (179,141,185). Sum of RGB (Red+Green+Blue) = 179+141+185=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #B38DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DB9 is #4C7246. Grayscale: #9D9D9D. Windows color (decimal): -5009991 or 12160435. OLE color: 12160435.
HSL color Cylindrical-coordinate representation of color #B38DB9: hue angle of 291.82º degrees, saturation: 0.24, 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 #B38DB9 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 141 | 185 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.27 |
| HSL | 291.82º | 0.24% | 0.64% | - |
| HSV(B) | 291.82º | 0.24% | 0.73% | - |
| XYZ | 36.87 | 32.14 | 50.16 | - |
| YUV | 157.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 185 | 0.03 | 0.24 | 0 | 0.27 | 291.82 | 0.24 | 0.64 |
| Hex | B3 | 8D | B9 | 3 | 18 | 0 | 1B | 124 | 18 | 40 |
| Octal | 263 | 215 | 271 | 3 | 30 | 0 | 33 | 444 | 30 | 100 |
| Binary | 10110011 | 10001101 | 10111001 | 11 | 11000 | 0 | 11011 | 100100100 | 11000 | 1000000 |
Color Harmonies of #B38DB9
Complementary color
Monochromatic Colors of #B38DB9
Black with #B38DB9
Text Example
Text Example
White with #B38DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DB9; }
p { color: rgb(179,141,185); }
H1.HeaderClassName
{
color: #B38DB9;
}
.AnyTagClassName
{
color: #B38DB9;
}
</style>
background-color css
<style>
a { background-color: #B38DB9; }
a { background-color: rgb(179,141,185); }
div.DivClassName
{
background-color: #B38DB9;
}
.BgClassName
{
background-color: #B38DB9;
}
</style>
border-color css
<style>
span { border-color: #B38DB9; }
span { border-color: rgb(179,141,185); }
td.TdClassName
{
border-color: #B38DB9;
}
.TagClassName
{
border-color: #B38DB9;
}
</style>