Shades of London Hue #B17FAF
Tints of London Hue #B17FAF
RGB
CMYK
RGB Variations
Color information
#B17FAF (or 0xB17FAF) is known color: London Hue. HEX triplet: B1, 7F and AF. RGB value is (177,127,175). Sum of RGB (Red+Green+Blue) = 177+127+175=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAF is #4E8050. Grayscale: #939393. Windows color (decimal): -5144657 or 11501489. OLE color: 11501489.
HSL color Cylindrical-coordinate representation of color #B17FAF: hue angle of 302.4º 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 #B17FAF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 175 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.31 |
| HSL | 302.4º | 0.24% | 0.6% | - |
| HSV(B) | 302.4º | 0.28% | 0.69% | - |
| XYZ | 33.46 | 27.62 | 44.13 | - |
| YUV | 147.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 175 | 0 | 0.28 | 0.01 | 0.31 | 302.4 | 0.24 | 0.6 |
| Hex | B1 | 7F | AF | 0 | 1C | 1 | 1F | 12E | 18 | 3C |
| Octal | 261 | 177 | 257 | 0 | 34 | 1 | 37 | 456 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10101111 | 0 | 11100 | 1 | 11111 | 100101110 | 11000 | 111100 |
Color Harmonies of #B17FAF
Complementary color
Monochromatic Colors of #B17FAF
Black with #B17FAF
Text Example
Text Example
White with #B17FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FAF; }
p { color: rgb(177,127,175); }
H1.HeaderClassName
{
color: #B17FAF;
}
.AnyTagClassName
{
color: #B17FAF;
}
</style>
background-color css
<style>
a { background-color: #B17FAF; }
a { background-color: rgb(177,127,175); }
div.DivClassName
{
background-color: #B17FAF;
}
.BgClassName
{
background-color: #B17FAF;
}
</style>
border-color css
<style>
span { border-color: #B17FAF; }
span { border-color: rgb(177,127,175); }
td.TdClassName
{
border-color: #B17FAF;
}
.TagClassName
{
border-color: #B17FAF;
}
</style>