Shades of East Side #B17ABC
Tints of East Side #B17ABC
RGB
CMYK
RGB Variations
Color information
#B17ABC (or 0xB17ABC) is known color: East Side. HEX triplet: B1, 7A and BC. RGB value is (177,122,188). Sum of RGB (Red+Green+Blue) = 177+122+188=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B17ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ABC is #4E8543. Grayscale: #919191. Windows color (decimal): -5145924 or 12352177. OLE color: 12352177.
HSL color Cylindrical-coordinate representation of color #B17ABC: hue angle of 290º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17ABC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 122 | 188 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.26 |
| HSL | 290º | 0.33% | 0.61% | - |
| HSV(B) | 290º | 0.35% | 0.74% | - |
| XYZ | 34.17 | 26.9 | 50.97 | - |
| YUV | 145.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 188 | 0.06 | 0.35 | 0 | 0.26 | 290 | 0.33 | 0.61 |
| Hex | B1 | 7A | BC | 6 | 23 | 0 | 1A | 122 | 21 | 3D |
| Octal | 261 | 172 | 274 | 6 | 43 | 0 | 32 | 442 | 41 | 75 |
| Binary | 10110001 | 1111010 | 10111100 | 110 | 100011 | 0 | 11010 | 100100010 | 100001 | 111101 |
Color Harmonies of #B17ABC
Complementary color
Monochromatic Colors of #B17ABC
Black with #B17ABC
Text Example
Text Example
White with #B17ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ABC; }
p { color: rgb(177,122,188); }
H1.HeaderClassName
{
color: #B17ABC;
}
.AnyTagClassName
{
color: #B17ABC;
}
</style>
background-color css
<style>
a { background-color: #B17ABC; }
a { background-color: rgb(177,122,188); }
div.DivClassName
{
background-color: #B17ABC;
}
.BgClassName
{
background-color: #B17ABC;
}
</style>
border-color css
<style>
span { border-color: #B17ABC; }
span { border-color: rgb(177,122,188); }
td.TdClassName
{
border-color: #B17ABC;
}
.TagClassName
{
border-color: #B17ABC;
}
</style>