Shades of East Side #B17ABA
Tints of East Side #B17ABA
RGB
CMYK
RGB Variations
Color information
#B17ABA (or 0xB17ABA) is known color: East Side. HEX triplet: B1, 7A and BA. RGB value is (177,122,186). Sum of RGB (Red+Green+Blue) = 177+122+186=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B17ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ABA is #4E8545. Grayscale: #919191. Windows color (decimal): -5145926 or 12221105. OLE color: 12221105.
HSL color Cylindrical-coordinate representation of color #B17ABA: hue angle of 291.56º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17ABA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 122 | 186 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.27 |
| HSL | 291.56º | 0.32% | 0.6% | - |
| HSV(B) | 291.56º | 0.34% | 0.73% | - |
| XYZ | 33.95 | 26.81 | 49.84 | - |
| YUV | 145.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 186 | 0.05 | 0.34 | 0 | 0.27 | 291.56 | 0.32 | 0.6 |
| Hex | B1 | 7A | BA | 5 | 22 | 0 | 1B | 124 | 20 | 3C |
| Octal | 261 | 172 | 272 | 5 | 42 | 0 | 33 | 444 | 40 | 74 |
| Binary | 10110001 | 1111010 | 10111010 | 101 | 100010 | 0 | 11011 | 100100100 | 100000 | 111100 |
Color Harmonies of #B17ABA
Complementary color
Monochromatic Colors of #B17ABA
Black with #B17ABA
Text Example
Text Example
White with #B17ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ABA; }
p { color: rgb(177,122,186); }
H1.HeaderClassName
{
color: #B17ABA;
}
.AnyTagClassName
{
color: #B17ABA;
}
</style>
background-color css
<style>
a { background-color: #B17ABA; }
a { background-color: rgb(177,122,186); }
div.DivClassName
{
background-color: #B17ABA;
}
.BgClassName
{
background-color: #B17ABA;
}
</style>
border-color css
<style>
span { border-color: #B17ABA; }
span { border-color: rgb(177,122,186); }
td.TdClassName
{
border-color: #B17ABA;
}
.TagClassName
{
border-color: #B17ABA;
}
</style>