Shades of London Hue #B17BAF
Tints of London Hue #B17BAF
RGB
CMYK
RGB Variations
Color information
#B17BAF (or 0xB17BAF) is known color: London Hue. HEX triplet: B1, 7B and AF. RGB value is (177,123,175). Sum of RGB (Red+Green+Blue) = 177+123+175=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAF is #4E8450. Grayscale: #909090. Windows color (decimal): -5145681 or 11500465. OLE color: 11500465.
HSL color Cylindrical-coordinate representation of color #B17BAF: hue angle of 302.22º 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 #B17BAF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 175 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.31 |
| HSL | 302.22º | 0.26% | 0.59% | - |
| HSV(B) | 302.22º | 0.31% | 0.69% | - |
| XYZ | 32.95 | 26.61 | 43.96 | - |
| YUV | 145.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 175 | 0 | 0.31 | 0.01 | 0.31 | 302.22 | 0.26 | 0.59 |
| Hex | B1 | 7B | AF | 0 | 1F | 1 | 1F | 12E | 1A | 3B |
| Octal | 261 | 173 | 257 | 0 | 37 | 1 | 37 | 456 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10101111 | 0 | 11111 | 1 | 11111 | 100101110 | 11010 | 111011 |
Color Harmonies of #B17BAF
Complementary color
Monochromatic Colors of #B17BAF
Black with #B17BAF
Text Example
Text Example
White with #B17BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BAF; }
p { color: rgb(177,123,175); }
H1.HeaderClassName
{
color: #B17BAF;
}
.AnyTagClassName
{
color: #B17BAF;
}
</style>
background-color css
<style>
a { background-color: #B17BAF; }
a { background-color: rgb(177,123,175); }
div.DivClassName
{
background-color: #B17BAF;
}
.BgClassName
{
background-color: #B17BAF;
}
</style>
border-color css
<style>
span { border-color: #B17BAF; }
span { border-color: rgb(177,123,175); }
td.TdClassName
{
border-color: #B17BAF;
}
.TagClassName
{
border-color: #B17BAF;
}
</style>