Shades of London Hue #B49FB1
Tints of London Hue #B49FB1
RGB
CMYK
RGB Variations
Color information
#B49FB1 (or 0xB49FB1) is known color: London Hue. HEX triplet: B4, 9F and B1. RGB value is (180,159,177). Sum of RGB (Red+Green+Blue) = 180+159+177=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FB1 is #4B604E. Grayscale: #A7A7A7. Windows color (decimal): -4939855 or 11640756. OLE color: 11640756.
HSL color Cylindrical-coordinate representation of color #B49FB1: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49FB1 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 177 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.29 |
| HSL | 308.57º | 0.12% | 0.66% | - |
| HSV(B) | 308.57º | 0.12% | 0.71% | - |
| XYZ | 39.16 | 37.67 | 46.8 | - |
| YUV | 167.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 177 | 0 | 0.12 | 0.02 | 0.29 | 308.57 | 0.12 | 0.66 |
| Hex | B4 | 9F | B1 | 0 | C | 2 | 1D | 135 | C | 42 |
| Octal | 264 | 237 | 261 | 0 | 14 | 2 | 35 | 465 | 14 | 102 |
| Binary | 10110100 | 10011111 | 10110001 | 0 | 1100 | 10 | 11101 | 100110101 | 1100 | 1000010 |
Color Harmonies of #B49FB1
Complementary color
Monochromatic Colors of #B49FB1
Black with #B49FB1
Text Example
Text Example
White with #B49FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FB1; }
p { color: rgb(180,159,177); }
H1.HeaderClassName
{
color: #B49FB1;
}
.AnyTagClassName
{
color: #B49FB1;
}
</style>
background-color css
<style>
a { background-color: #B49FB1; }
a { background-color: rgb(180,159,177); }
div.DivClassName
{
background-color: #B49FB1;
}
.BgClassName
{
background-color: #B49FB1;
}
</style>
border-color css
<style>
span { border-color: #B49FB1; }
span { border-color: rgb(180,159,177); }
td.TdClassName
{
border-color: #B49FB1;
}
.TagClassName
{
border-color: #B49FB1;
}
</style>