Shades of London Hue #B17BAD
Tints of London Hue #B17BAD
RGB
CMYK
RGB Variations
Color information
#B17BAD (or 0xB17BAD) is known color: London Hue. HEX triplet: B1, 7B and AD. RGB value is (177,123,173). Sum of RGB (Red+Green+Blue) = 177+123+173=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAD is #4E8452. Grayscale: #909090. Windows color (decimal): -5145683 or 11369393. OLE color: 11369393.
HSL color Cylindrical-coordinate representation of color #B17BAD: hue angle of 304.44º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17BAD is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 173 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.31 |
| HSL | 304.44º | 0.26% | 0.59% | - |
| HSV(B) | 304.44º | 0.31% | 0.69% | - |
| XYZ | 32.76 | 26.53 | 42.93 | - |
| YUV | 144.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 173 | 0 | 0.31 | 0.02 | 0.31 | 304.44 | 0.26 | 0.59 |
| Hex | B1 | 7B | AD | 0 | 1F | 2 | 1F | 130 | 1A | 3B |
| Octal | 261 | 173 | 255 | 0 | 37 | 2 | 37 | 460 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10101101 | 0 | 11111 | 10 | 11111 | 100110000 | 11010 | 111011 |
Color Harmonies of #B17BAD
Complementary color
Monochromatic Colors of #B17BAD
Black with #B17BAD
Text Example
Text Example
White with #B17BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BAD; }
p { color: rgb(177,123,173); }
H1.HeaderClassName
{
color: #B17BAD;
}
.AnyTagClassName
{
color: #B17BAD;
}
</style>
background-color css
<style>
a { background-color: #B17BAD; }
a { background-color: rgb(177,123,173); }
div.DivClassName
{
background-color: #B17BAD;
}
.BgClassName
{
background-color: #B17BAD;
}
</style>
border-color css
<style>
span { border-color: #B17BAD; }
span { border-color: rgb(177,123,173); }
td.TdClassName
{
border-color: #B17BAD;
}
.TagClassName
{
border-color: #B17BAD;
}
</style>