Shades of East Side #B17ABE
Tints of East Side #B17ABE
RGB
CMYK
RGB Variations
Color information
#B17ABE (or 0xB17ABE) is known color: East Side. HEX triplet: B1, 7A and BE. RGB value is (177,122,190). Sum of RGB (Red+Green+Blue) = 177+122+190=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B17ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ABE is #4E8541. Grayscale: #919191. Windows color (decimal): -5145922 or 12483249. OLE color: 12483249.
HSL color Cylindrical-coordinate representation of color #B17ABE: hue angle of 288.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17ABE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 122 | 190 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.25 |
| HSL | 288.53º | 0.34% | 0.61% | - |
| HSV(B) | 288.53º | 0.36% | 0.75% | - |
| XYZ | 34.39 | 26.98 | 52.11 | - |
| YUV | 146.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 190 | 0.07 | 0.36 | 0 | 0.25 | 288.53 | 0.34 | 0.61 |
| Hex | B1 | 7A | BE | 7 | 24 | 0 | 19 | 121 | 22 | 3D |
| Octal | 261 | 172 | 276 | 7 | 44 | 0 | 31 | 441 | 42 | 75 |
| Binary | 10110001 | 1111010 | 10111110 | 111 | 100100 | 0 | 11001 | 100100001 | 100010 | 111101 |
Color Harmonies of #B17ABE
Complementary color
Monochromatic Colors of #B17ABE
Black with #B17ABE
Text Example
Text Example
White with #B17ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ABE; }
p { color: rgb(177,122,190); }
H1.HeaderClassName
{
color: #B17ABE;
}
.AnyTagClassName
{
color: #B17ABE;
}
</style>
background-color css
<style>
a { background-color: #B17ABE; }
a { background-color: rgb(177,122,190); }
div.DivClassName
{
background-color: #B17ABE;
}
.BgClassName
{
background-color: #B17ABE;
}
</style>
border-color css
<style>
span { border-color: #B17ABE; }
span { border-color: rgb(177,122,190); }
td.TdClassName
{
border-color: #B17ABE;
}
.TagClassName
{
border-color: #B17ABE;
}
</style>