Shades of East Side #B38BB8
Tints of East Side #B38BB8
RGB
CMYK
RGB Variations
Color information
#B38BB8 (or 0xB38BB8) is known color: East Side. HEX triplet: B3, 8B and B8. RGB value is (179,139,184). Sum of RGB (Red+Green+Blue) = 179+139+184=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 184 - color contains mainly: blue. Hex color #B38BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BB8 is #4C7447. Grayscale: #9B9B9B. Windows color (decimal): -5010504 or 12094387. OLE color: 12094387.
HSL color Cylindrical-coordinate representation of color #B38BB8: hue angle of 293.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38BB8 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 139 | 184 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.28 |
| HSL | 293.33º | 0.24% | 0.63% | - |
| HSV(B) | 293.33º | 0.24% | 0.72% | - |
| XYZ | 36.47 | 31.51 | 49.51 | - |
| YUV | 156.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 184 | 0.03 | 0.24 | 0 | 0.28 | 293.33 | 0.24 | 0.63 |
| Hex | B3 | 8B | B8 | 3 | 18 | 0 | 1C | 125 | 18 | 3F |
| Octal | 263 | 213 | 270 | 3 | 30 | 0 | 34 | 445 | 30 | 77 |
| Binary | 10110011 | 10001011 | 10111000 | 11 | 11000 | 0 | 11100 | 100100101 | 11000 | 111111 |
Color Harmonies of #B38BB8
Complementary color
Monochromatic Colors of #B38BB8
Black with #B38BB8
Text Example
Text Example
White with #B38BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BB8; }
p { color: rgb(179,139,184); }
H1.HeaderClassName
{
color: #B38BB8;
}
.AnyTagClassName
{
color: #B38BB8;
}
</style>
background-color css
<style>
a { background-color: #B38BB8; }
a { background-color: rgb(179,139,184); }
div.DivClassName
{
background-color: #B38BB8;
}
.BgClassName
{
background-color: #B38BB8;
}
</style>
border-color css
<style>
span { border-color: #B38BB8; }
span { border-color: rgb(179,139,184); }
td.TdClassName
{
border-color: #B38BB8;
}
.TagClassName
{
border-color: #B38BB8;
}
</style>