Shades of London Hue #B39CB1
Tints of London Hue #B39CB1
RGB
CMYK
RGB Variations
Color information
#B39CB1 (or 0xB39CB1) is known color: London Hue. HEX triplet: B3, 9C and B1. RGB value is (179,156,177). Sum of RGB (Red+Green+Blue) = 179+156+177=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 179 - color contains mainly: red. Hex color #B39CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39CB1 is #4C634E. Grayscale: #A5A5A5. Windows color (decimal): -5006159 or 11639987. OLE color: 11639987.
HSL color Cylindrical-coordinate representation of color #B39CB1: hue angle of 305.22º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39CB1 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 177 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.30 |
| HSL | 305.22º | 0.13% | 0.66% | - |
| HSV(B) | 305.22º | 0.13% | 0.7% | - |
| XYZ | 38.41 | 36.53 | 46.62 | - |
| YUV | 165.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 177 | 0 | 0.13 | 0.01 | 0.30 | 305.22 | 0.13 | 0.66 |
| Hex | B3 | 9C | B1 | 0 | D | 1 | 1E | 131 | D | 42 |
| Octal | 263 | 234 | 261 | 0 | 15 | 1 | 36 | 461 | 15 | 102 |
| Binary | 10110011 | 10011100 | 10110001 | 0 | 1101 | 1 | 11110 | 100110001 | 1101 | 1000010 |
Color Harmonies of #B39CB1
Complementary color
Monochromatic Colors of #B39CB1
Black with #B39CB1
Text Example
Text Example
White with #B39CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39CB1; }
p { color: rgb(179,156,177); }
H1.HeaderClassName
{
color: #B39CB1;
}
.AnyTagClassName
{
color: #B39CB1;
}
</style>
background-color css
<style>
a { background-color: #B39CB1; }
a { background-color: rgb(179,156,177); }
div.DivClassName
{
background-color: #B39CB1;
}
.BgClassName
{
background-color: #B39CB1;
}
</style>
border-color css
<style>
span { border-color: #B39CB1; }
span { border-color: rgb(179,156,177); }
td.TdClassName
{
border-color: #B39CB1;
}
.TagClassName
{
border-color: #B39CB1;
}
</style>