Shades of East Side #B17BBD
Tints of East Side #B17BBD
RGB
CMYK
RGB Variations
Color information
#B17BBD (or 0xB17BBD) is known color: East Side. HEX triplet: B1, 7B and BD. RGB value is (177,123,189). Sum of RGB (Red+Green+Blue) = 177+123+189=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #B17BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BBD is #4E8442. Grayscale: #929292. Windows color (decimal): -5145667 or 12417969. OLE color: 12417969.
HSL color Cylindrical-coordinate representation of color #B17BBD: hue angle of 289.09º 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 #B17BBD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 123 | 189 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.26 |
| HSL | 289.09º | 0.33% | 0.61% | - |
| HSV(B) | 289.09º | 0.35% | 0.74% | - |
| XYZ | 34.4 | 27.19 | 51.58 | - |
| YUV | 146.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 189 | 0.06 | 0.35 | 0 | 0.26 | 289.09 | 0.33 | 0.61 |
| Hex | B1 | 7B | BD | 6 | 23 | 0 | 1A | 121 | 21 | 3D |
| Octal | 261 | 173 | 275 | 6 | 43 | 0 | 32 | 441 | 41 | 75 |
| Binary | 10110001 | 1111011 | 10111101 | 110 | 100011 | 0 | 11010 | 100100001 | 100001 | 111101 |
Color Harmonies of #B17BBD
Complementary color
Monochromatic Colors of #B17BBD
Black with #B17BBD
Text Example
Text Example
White with #B17BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BBD; }
p { color: rgb(177,123,189); }
H1.HeaderClassName
{
color: #B17BBD;
}
.AnyTagClassName
{
color: #B17BBD;
}
</style>
background-color css
<style>
a { background-color: #B17BBD; }
a { background-color: rgb(177,123,189); }
div.DivClassName
{
background-color: #B17BBD;
}
.BgClassName
{
background-color: #B17BBD;
}
</style>
border-color css
<style>
span { border-color: #B17BBD; }
span { border-color: rgb(177,123,189); }
td.TdClassName
{
border-color: #B17BBD;
}
.TagClassName
{
border-color: #B17BBD;
}
</style>