Shades of East Side #B38ABB
Tints of East Side #B38ABB
RGB
CMYK
RGB Variations
Color information
#B38ABB (or 0xB38ABB) is known color: East Side. HEX triplet: B3, 8A and BB. RGB value is (179,138,187). Sum of RGB (Red+Green+Blue) = 179+138+187=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B38ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ABB is #4C7544. Grayscale: #9B9B9B. Windows color (decimal): -5010757 or 12290739. OLE color: 12290739.
HSL color Cylindrical-coordinate representation of color #B38ABB: hue angle of 290.2º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38ABB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 138 | 187 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.27 |
| HSL | 290.2º | 0.26% | 0.64% | - |
| HSV(B) | 290.2º | 0.26% | 0.73% | - |
| XYZ | 36.65 | 31.35 | 51.13 | - |
| YUV | 155.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 187 | 0.04 | 0.26 | 0 | 0.27 | 290.2 | 0.26 | 0.64 |
| Hex | B3 | 8A | BB | 4 | 1A | 0 | 1B | 122 | 1A | 40 |
| Octal | 263 | 212 | 273 | 4 | 32 | 0 | 33 | 442 | 32 | 100 |
| Binary | 10110011 | 10001010 | 10111011 | 100 | 11010 | 0 | 11011 | 100100010 | 11010 | 1000000 |
Color Harmonies of #B38ABB
Complementary color
Monochromatic Colors of #B38ABB
Black with #B38ABB
Text Example
Text Example
White with #B38ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38ABB; }
p { color: rgb(179,138,187); }
H1.HeaderClassName
{
color: #B38ABB;
}
.AnyTagClassName
{
color: #B38ABB;
}
</style>
background-color css
<style>
a { background-color: #B38ABB; }
a { background-color: rgb(179,138,187); }
div.DivClassName
{
background-color: #B38ABB;
}
.BgClassName
{
background-color: #B38ABB;
}
</style>
border-color css
<style>
span { border-color: #B38ABB; }
span { border-color: rgb(179,138,187); }
td.TdClassName
{
border-color: #B38ABB;
}
.TagClassName
{
border-color: #B38ABB;
}
</style>