Shades of East Side #B17FBC
Tints of East Side #B17FBC
RGB
CMYK
RGB Variations
Color information
#B17FBC (or 0xB17FBC) is known color: East Side. HEX triplet: B1, 7F and BC. RGB value is (177,127,188). Sum of RGB (Red+Green+Blue) = 177+127+188=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #B17FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FBC is #4E8043. Grayscale: #949494. Windows color (decimal): -5144644 or 12353457. OLE color: 12353457.
HSL color Cylindrical-coordinate representation of color #B17FBC: hue angle of 289.18º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17FBC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 127 | 188 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.26 |
| HSL | 289.18º | 0.31% | 0.62% | - |
| HSV(B) | 289.18º | 0.32% | 0.74% | - |
| XYZ | 34.8 | 28.16 | 51.18 | - |
| YUV | 148.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 188 | 0.06 | 0.32 | 0 | 0.26 | 289.18 | 0.31 | 0.62 |
| Hex | B1 | 7F | BC | 6 | 20 | 0 | 1A | 121 | 1F | 3E |
| Octal | 261 | 177 | 274 | 6 | 40 | 0 | 32 | 441 | 37 | 76 |
| Binary | 10110001 | 1111111 | 10111100 | 110 | 100000 | 0 | 11010 | 100100001 | 11111 | 111110 |
Color Harmonies of #B17FBC
Complementary color
Monochromatic Colors of #B17FBC
Black with #B17FBC
Text Example
Text Example
White with #B17FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FBC; }
p { color: rgb(177,127,188); }
H1.HeaderClassName
{
color: #B17FBC;
}
.AnyTagClassName
{
color: #B17FBC;
}
</style>
background-color css
<style>
a { background-color: #B17FBC; }
a { background-color: rgb(177,127,188); }
div.DivClassName
{
background-color: #B17FBC;
}
.BgClassName
{
background-color: #B17FBC;
}
</style>
border-color css
<style>
span { border-color: #B17FBC; }
span { border-color: rgb(177,127,188); }
td.TdClassName
{
border-color: #B17FBC;
}
.TagClassName
{
border-color: #B17FBC;
}
</style>