Shades of London Hue #B17FA8
Tints of London Hue #B17FA8
RGB
CMYK
RGB Variations
Color information
#B17FA8 (or 0xB17FA8) is known color: London Hue. HEX triplet: B1, 7F and A8. RGB value is (177,127,168). Sum of RGB (Red+Green+Blue) = 177+127+168=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FA8 is #4E8057. Grayscale: #929292. Windows color (decimal): -5144664 or 11042737. OLE color: 11042737.
HSL color Cylindrical-coordinate representation of color #B17FA8: hue angle of 310.8º 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 #B17FA8 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 168 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.31 |
| HSL | 310.8º | 0.24% | 0.6% | - |
| HSV(B) | 310.8º | 0.28% | 0.69% | - |
| XYZ | 32.79 | 27.35 | 40.6 | - |
| YUV | 146.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 168 | 0 | 0.28 | 0.05 | 0.31 | 310.8 | 0.24 | 0.6 |
| Hex | B1 | 7F | A8 | 0 | 1C | 5 | 1F | 137 | 18 | 3C |
| Octal | 261 | 177 | 250 | 0 | 34 | 5 | 37 | 467 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10101000 | 0 | 11100 | 101 | 11111 | 100110111 | 11000 | 111100 |
Color Harmonies of #B17FA8
Complementary color
Monochromatic Colors of #B17FA8
Black with #B17FA8
Text Example
Text Example
White with #B17FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FA8; }
p { color: rgb(177,127,168); }
H1.HeaderClassName
{
color: #B17FA8;
}
.AnyTagClassName
{
color: #B17FA8;
}
</style>
background-color css
<style>
a { background-color: #B17FA8; }
a { background-color: rgb(177,127,168); }
div.DivClassName
{
background-color: #B17FA8;
}
.BgClassName
{
background-color: #B17FA8;
}
</style>
border-color css
<style>
span { border-color: #B17FA8; }
span { border-color: rgb(177,127,168); }
td.TdClassName
{
border-color: #B17FA8;
}
.TagClassName
{
border-color: #B17FA8;
}
</style>