Shades of London Hue #B37DB1
Tints of London Hue #B37DB1
RGB
CMYK
RGB Variations
Color information
#B37DB1 (or 0xB37DB1) is known color: London Hue. HEX triplet: B3, 7D and B1. RGB value is (179,125,177). Sum of RGB (Red+Green+Blue) = 179+125+177=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DB1 is #4C824E. Grayscale: #929292. Windows color (decimal): -5014095 or 11632051. OLE color: 11632051.
HSL color Cylindrical-coordinate representation of color #B37DB1: hue angle of 302.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37DB1 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 177 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.30 |
| HSL | 302.22º | 0.26% | 0.6% | - |
| HSV(B) | 302.22º | 0.3% | 0.7% | - |
| XYZ | 33.86 | 27.43 | 45.1 | - |
| YUV | 147.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 177 | 0 | 0.30 | 0.01 | 0.30 | 302.22 | 0.26 | 0.6 |
| Hex | B3 | 7D | B1 | 0 | 1E | 1 | 1E | 12E | 1A | 3C |
| Octal | 263 | 175 | 261 | 0 | 36 | 1 | 36 | 456 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10110001 | 0 | 11110 | 1 | 11110 | 100101110 | 11010 | 111100 |
Color Harmonies of #B37DB1
Complementary color
Monochromatic Colors of #B37DB1
Black with #B37DB1
Text Example
Text Example
White with #B37DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DB1; }
p { color: rgb(179,125,177); }
H1.HeaderClassName
{
color: #B37DB1;
}
.AnyTagClassName
{
color: #B37DB1;
}
</style>
background-color css
<style>
a { background-color: #B37DB1; }
a { background-color: rgb(179,125,177); }
div.DivClassName
{
background-color: #B37DB1;
}
.BgClassName
{
background-color: #B37DB1;
}
</style>
border-color css
<style>
span { border-color: #B37DB1; }
span { border-color: rgb(179,125,177); }
td.TdClassName
{
border-color: #B37DB1;
}
.TagClassName
{
border-color: #B37DB1;
}
</style>