Shades of London Hue #B091B1
Tints of London Hue #B091B1
RGB
CMYK
RGB Variations
Color information
#B091B1 (or 0xB091B1) is known color: London Hue. HEX triplet: B0, 91 and B1. RGB value is (176,145,177). Sum of RGB (Red+Green+Blue) = 176+145+177=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #B091B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091B1 is #4F6E4E. Grayscale: #9D9D9D. Windows color (decimal): -5205583 or 11637168. OLE color: 11637168.
HSL color Cylindrical-coordinate representation of color #B091B1: hue angle of 298.12º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B091B1 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 177 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.31 |
| HSL | 298.13º | 0.17% | 0.63% | - |
| HSV(B) | 298.13º | 0.18% | 0.69% | - |
| XYZ | 35.97 | 32.66 | 46 | - |
| YUV | 157.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 177 | 0.01 | 0.18 | 0 | 0.31 | 298.13 | 0.17 | 0.63 |
| Hex | B0 | 91 | B1 | 1 | 12 | 0 | 1F | 12A | 11 | 3F |
| Octal | 260 | 221 | 261 | 1 | 22 | 0 | 37 | 452 | 21 | 77 |
| Binary | 10110000 | 10010001 | 10110001 | 1 | 10010 | 0 | 11111 | 100101010 | 10001 | 111111 |
Color Harmonies of #B091B1
Complementary color
Monochromatic Colors of #B091B1
Black with #B091B1
Text Example
Text Example
White with #B091B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091B1; }
p { color: rgb(176,145,177); }
H1.HeaderClassName
{
color: #B091B1;
}
.AnyTagClassName
{
color: #B091B1;
}
</style>
background-color css
<style>
a { background-color: #B091B1; }
a { background-color: rgb(176,145,177); }
div.DivClassName
{
background-color: #B091B1;
}
.BgClassName
{
background-color: #B091B1;
}
</style>
border-color css
<style>
span { border-color: #B091B1; }
span { border-color: rgb(176,145,177); }
td.TdClassName
{
border-color: #B091B1;
}
.TagClassName
{
border-color: #B091B1;
}
</style>