Shades of London Hue #B17FA9
Tints of London Hue #B17FA9
RGB
CMYK
RGB Variations
Color information
#B17FA9 (or 0xB17FA9) is known color: London Hue. HEX triplet: B1, 7F and A9. RGB value is (177,127,169). Sum of RGB (Red+Green+Blue) = 177+127+169=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FA9 is #4E8056. Grayscale: #929292. Windows color (decimal): -5144663 or 11108273. OLE color: 11108273.
HSL color Cylindrical-coordinate representation of color #B17FA9: hue angle of 309.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17FA9 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 169 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.31 |
| HSL | 309.6º | 0.24% | 0.6% | - |
| HSV(B) | 309.6º | 0.28% | 0.69% | - |
| XYZ | 32.88 | 27.39 | 41.09 | - |
| YUV | 146.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 169 | 0 | 0.28 | 0.05 | 0.31 | 309.6 | 0.24 | 0.6 |
| Hex | B1 | 7F | A9 | 0 | 1C | 5 | 1F | 136 | 18 | 3C |
| Octal | 261 | 177 | 251 | 0 | 34 | 5 | 37 | 466 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10101001 | 0 | 11100 | 101 | 11111 | 100110110 | 11000 | 111100 |
Color Harmonies of #B17FA9
Complementary color
Monochromatic Colors of #B17FA9
Black with #B17FA9
Text Example
Text Example
White with #B17FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FA9; }
p { color: rgb(177,127,169); }
H1.HeaderClassName
{
color: #B17FA9;
}
.AnyTagClassName
{
color: #B17FA9;
}
</style>
background-color css
<style>
a { background-color: #B17FA9; }
a { background-color: rgb(177,127,169); }
div.DivClassName
{
background-color: #B17FA9;
}
.BgClassName
{
background-color: #B17FA9;
}
</style>
border-color css
<style>
span { border-color: #B17FA9; }
span { border-color: rgb(177,127,169); }
td.TdClassName
{
border-color: #B17FA9;
}
.TagClassName
{
border-color: #B17FA9;
}
</style>