Shades of London Hue #B38BAD
Tints of London Hue #B38BAD
RGB
CMYK
RGB Variations
Color information
#B38BAD (or 0xB38BAD) is known color: London Hue. HEX triplet: B3, 8B and AD. RGB value is (179,139,173). Sum of RGB (Red+Green+Blue) = 179+139+173=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BAD is #4C7452. Grayscale: #9A9A9A. Windows color (decimal): -5010515 or 11373491. OLE color: 11373491.
HSL color Cylindrical-coordinate representation of color #B38BAD: hue angle of 309º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38BAD is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 173 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.30 |
| HSL | 309º | 0.21% | 0.62% | - |
| HSV(B) | 309º | 0.22% | 0.7% | - |
| XYZ | 35.37 | 31.07 | 43.67 | - |
| YUV | 154.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 173 | 0 | 0.22 | 0.03 | 0.30 | 309 | 0.21 | 0.62 |
| Hex | B3 | 8B | AD | 0 | 16 | 3 | 1E | 135 | 15 | 3E |
| Octal | 263 | 213 | 255 | 0 | 26 | 3 | 36 | 465 | 25 | 76 |
| Binary | 10110011 | 10001011 | 10101101 | 0 | 10110 | 11 | 11110 | 100110101 | 10101 | 111110 |
Color Harmonies of #B38BAD
Complementary color
Monochromatic Colors of #B38BAD
Black with #B38BAD
Text Example
Text Example
White with #B38BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BAD; }
p { color: rgb(179,139,173); }
H1.HeaderClassName
{
color: #B38BAD;
}
.AnyTagClassName
{
color: #B38BAD;
}
</style>
background-color css
<style>
a { background-color: #B38BAD; }
a { background-color: rgb(179,139,173); }
div.DivClassName
{
background-color: #B38BAD;
}
.BgClassName
{
background-color: #B38BAD;
}
</style>
border-color css
<style>
span { border-color: #B38BAD; }
span { border-color: rgb(179,139,173); }
td.TdClassName
{
border-color: #B38BAD;
}
.TagClassName
{
border-color: #B38BAD;
}
</style>