Shades of London Hue #B19FB1
Tints of London Hue #B19FB1
RGB
CMYK
RGB Variations
Color information
#B19FB1 (or 0xB19FB1) is known color: London Hue. HEX triplet: B1, 9F and B1. RGB value is (177,159,177). Sum of RGB (Red+Green+Blue) = 177+159+177=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B19FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FB1 is #4E604E. Grayscale: #A6A6A6. Windows color (decimal): -5136463 or 11640753. OLE color: 11640753.
HSL color Cylindrical-coordinate representation of color #B19FB1: hue angle of 300º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FB1 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 177 | - |
| CMYK | 0 | 0.10 | 0 | 0.31 |
| HSL | 300º | 0.1% | 0.66% | - |
| HSV(B) | 300º | 0.1% | 0.69% | - |
| XYZ | 38.47 | 37.32 | 46.77 | - |
| YUV | 166.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 177 | 0 | 0.10 | 0 | 0.31 | 300 | 0.1 | 0.66 |
| Hex | B1 | 9F | B1 | 0 | A | 0 | 1F | 12C | A | 42 |
| Octal | 261 | 237 | 261 | 0 | 12 | 0 | 37 | 454 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10110001 | 0 | 1010 | 0 | 11111 | 100101100 | 1010 | 1000010 |
Color Harmonies of #B19FB1
Complementary color
Monochromatic Colors of #B19FB1
Black with #B19FB1
Text Example
Text Example
White with #B19FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FB1; }
p { color: rgb(177,159,177); }
H1.HeaderClassName
{
color: #B19FB1;
}
.AnyTagClassName
{
color: #B19FB1;
}
</style>
background-color css
<style>
a { background-color: #B19FB1; }
a { background-color: rgb(177,159,177); }
div.DivClassName
{
background-color: #B19FB1;
}
.BgClassName
{
background-color: #B19FB1;
}
</style>
border-color css
<style>
span { border-color: #B19FB1; }
span { border-color: rgb(177,159,177); }
td.TdClassName
{
border-color: #B19FB1;
}
.TagClassName
{
border-color: #B19FB1;
}
</style>