Shades of London Hue #B17AB2
Tints of London Hue #B17AB2
RGB
CMYK
RGB Variations
Color information
#B17AB2 (or 0xB17AB2) is known color: London Hue. HEX triplet: B1, 7A and B2. RGB value is (177,122,178). Sum of RGB (Red+Green+Blue) = 177+122+178=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #B17AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17AB2 is #4E854D. Grayscale: #909090. Windows color (decimal): -5145934 or 11696817. OLE color: 11696817.
HSL color Cylindrical-coordinate representation of color #B17AB2: hue angle of 298.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17AB2 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 122 | 178 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.30 |
| HSL | 298.93º | 0.27% | 0.59% | - |
| HSV(B) | 298.93º | 0.31% | 0.7% | - |
| XYZ | 33.13 | 26.48 | 45.48 | - |
| YUV | 144.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 178 | 0.01 | 0.31 | 0 | 0.30 | 298.93 | 0.27 | 0.59 |
| Hex | B1 | 7A | B2 | 1 | 1F | 0 | 1E | 12B | 1B | 3B |
| Octal | 261 | 172 | 262 | 1 | 37 | 0 | 36 | 453 | 33 | 73 |
| Binary | 10110001 | 1111010 | 10110010 | 1 | 11111 | 0 | 11110 | 100101011 | 11011 | 111011 |
Color Harmonies of #B17AB2
Complementary color
Monochromatic Colors of #B17AB2
Black with #B17AB2
Text Example
Text Example
White with #B17AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17AB2; }
p { color: rgb(177,122,178); }
H1.HeaderClassName
{
color: #B17AB2;
}
.AnyTagClassName
{
color: #B17AB2;
}
</style>
background-color css
<style>
a { background-color: #B17AB2; }
a { background-color: rgb(177,122,178); }
div.DivClassName
{
background-color: #B17AB2;
}
.BgClassName
{
background-color: #B17AB2;
}
</style>
border-color css
<style>
span { border-color: #B17AB2; }
span { border-color: rgb(177,122,178); }
td.TdClassName
{
border-color: #B17AB2;
}
.TagClassName
{
border-color: #B17AB2;
}
</style>