Shades of London Hue #B17AAF
Tints of London Hue #B17AAF
RGB
CMYK
RGB Variations
Color information
#B17AAF (or 0xB17AAF) is known color: London Hue. HEX triplet: B1, 7A and AF. RGB value is (177,122,175). Sum of RGB (Red+Green+Blue) = 177+122+175=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B17AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17AAF is #4E8550. Grayscale: #909090. Windows color (decimal): -5145937 or 11500209. OLE color: 11500209.
HSL color Cylindrical-coordinate representation of color #B17AAF: hue angle of 302.18º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17AAF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 175 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.31 |
| HSL | 302.18º | 0.26% | 0.59% | - |
| HSV(B) | 302.18º | 0.31% | 0.69% | - |
| XYZ | 32.83 | 26.36 | 43.92 | - |
| YUV | 144.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 175 | 0 | 0.31 | 0.01 | 0.31 | 302.18 | 0.26 | 0.59 |
| Hex | B1 | 7A | AF | 0 | 1F | 1 | 1F | 12E | 1A | 3B |
| Octal | 261 | 172 | 257 | 0 | 37 | 1 | 37 | 456 | 32 | 73 |
| Binary | 10110001 | 1111010 | 10101111 | 0 | 11111 | 1 | 11111 | 100101110 | 11010 | 111011 |
Color Harmonies of #B17AAF
Complementary color
Monochromatic Colors of #B17AAF
Black with #B17AAF
Text Example
Text Example
White with #B17AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17AAF; }
p { color: rgb(177,122,175); }
H1.HeaderClassName
{
color: #B17AAF;
}
.AnyTagClassName
{
color: #B17AAF;
}
</style>
background-color css
<style>
a { background-color: #B17AAF; }
a { background-color: rgb(177,122,175); }
div.DivClassName
{
background-color: #B17AAF;
}
.BgClassName
{
background-color: #B17AAF;
}
</style>
border-color css
<style>
span { border-color: #B17AAF; }
span { border-color: rgb(177,122,175); }
td.TdClassName
{
border-color: #B17AAF;
}
.TagClassName
{
border-color: #B17AAF;
}
</style>