Shades of East Side #B38DC9
Tints of East Side #B38DC9
RGB
CMYK
RGB Variations
Color information
#B38DC9 (or 0xB38DC9) is known color: East Side. HEX triplet: B3, 8D and C9. RGB value is (179,141,201). Sum of RGB (Red+Green+Blue) = 179+141+201=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #B38DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DC9 is #4C7236. Grayscale: #9F9F9F. Windows color (decimal): -5009975 or 13209011. OLE color: 13209011.
HSL color Cylindrical-coordinate representation of color #B38DC9: hue angle of 278º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38DC9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 141 | 201 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.21 |
| HSL | 278º | 0.36% | 0.67% | - |
| HSV(B) | 278º | 0.3% | 0.79% | - |
| XYZ | 38.66 | 32.85 | 59.56 | - |
| YUV | 159.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 201 | 0.11 | 0.30 | 0 | 0.21 | 278 | 0.36 | 0.67 |
| Hex | B3 | 8D | C9 | B | 1E | 0 | 15 | 116 | 24 | 43 |
| Octal | 263 | 215 | 311 | 13 | 36 | 0 | 25 | 426 | 44 | 103 |
| Binary | 10110011 | 10001101 | 11001001 | 1011 | 11110 | 0 | 10101 | 100010110 | 100100 | 1000011 |
Color Harmonies of #B38DC9
Complementary color
Monochromatic Colors of #B38DC9
Black with #B38DC9
Text Example
Text Example
White with #B38DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DC9; }
p { color: rgb(179,141,201); }
H1.HeaderClassName
{
color: #B38DC9;
}
.AnyTagClassName
{
color: #B38DC9;
}
</style>
background-color css
<style>
a { background-color: #B38DC9; }
a { background-color: rgb(179,141,201); }
div.DivClassName
{
background-color: #B38DC9;
}
.BgClassName
{
background-color: #B38DC9;
}
</style>
border-color css
<style>
span { border-color: #B38DC9; }
span { border-color: rgb(179,141,201); }
td.TdClassName
{
border-color: #B38DC9;
}
.TagClassName
{
border-color: #B38DC9;
}
</style>