Shades of London Hue #B39BB0
Tints of London Hue #B39BB0
RGB
CMYK
RGB Variations
Color information
#B39BB0 (or 0xB39BB0) is known color: London Hue. HEX triplet: B3, 9B and B0. RGB value is (179,155,176). Sum of RGB (Red+Green+Blue) = 179+155+176=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BB0 is #4C644F. Grayscale: #A4A4A4. Windows color (decimal): -5006416 or 11574195. OLE color: 11574195.
HSL color Cylindrical-coordinate representation of color #B39BB0: hue angle of 307.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39BB0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 155 | 176 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.30 |
| HSL | 307.5º | 0.14% | 0.65% | - |
| HSV(B) | 307.5º | 0.13% | 0.7% | - |
| XYZ | 38.15 | 36.16 | 46.04 | - |
| YUV | 164.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 176 | 0 | 0.13 | 0.02 | 0.30 | 307.5 | 0.14 | 0.65 |
| Hex | B3 | 9B | B0 | 0 | D | 2 | 1E | 134 | E | 41 |
| Octal | 263 | 233 | 260 | 0 | 15 | 2 | 36 | 464 | 16 | 101 |
| Binary | 10110011 | 10011011 | 10110000 | 0 | 1101 | 10 | 11110 | 100110100 | 1110 | 1000001 |
Color Harmonies of #B39BB0
Complementary color
Monochromatic Colors of #B39BB0
Black with #B39BB0
Text Example
Text Example
White with #B39BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39BB0; }
p { color: rgb(179,155,176); }
H1.HeaderClassName
{
color: #B39BB0;
}
.AnyTagClassName
{
color: #B39BB0;
}
</style>
background-color css
<style>
a { background-color: #B39BB0; }
a { background-color: rgb(179,155,176); }
div.DivClassName
{
background-color: #B39BB0;
}
.BgClassName
{
background-color: #B39BB0;
}
</style>
border-color css
<style>
span { border-color: #B39BB0; }
span { border-color: rgb(179,155,176); }
td.TdClassName
{
border-color: #B39BB0;
}
.TagClassName
{
border-color: #B39BB0;
}
</style>