Shades of London Hue #B38DB6
Tints of London Hue #B38DB6
RGB
CMYK
RGB Variations
Color information
#B38DB6 (or 0xB38DB6) is known color: London Hue. HEX triplet: B3, 8D and B6. RGB value is (179,141,182). Sum of RGB (Red+Green+Blue) = 179+141+182=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #B38DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DB6 is #4C7249. Grayscale: #9C9C9C. Windows color (decimal): -5009994 or 11963827. OLE color: 11963827.
HSL color Cylindrical-coordinate representation of color #B38DB6: hue angle of 295.61º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38DB6 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 141 | 182 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.29 |
| HSL | 295.61º | 0.22% | 0.63% | - |
| HSV(B) | 295.61º | 0.23% | 0.71% | - |
| XYZ | 36.56 | 32.01 | 48.51 | - |
| YUV | 157.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 182 | 0.02 | 0.23 | 0 | 0.29 | 295.61 | 0.22 | 0.63 |
| Hex | B3 | 8D | B6 | 2 | 17 | 0 | 1D | 128 | 16 | 3F |
| Octal | 263 | 215 | 266 | 2 | 27 | 0 | 35 | 450 | 26 | 77 |
| Binary | 10110011 | 10001101 | 10110110 | 10 | 10111 | 0 | 11101 | 100101000 | 10110 | 111111 |
Color Harmonies of #B38DB6
Complementary color
Monochromatic Colors of #B38DB6
Black with #B38DB6
Text Example
Text Example
White with #B38DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DB6; }
p { color: rgb(179,141,182); }
H1.HeaderClassName
{
color: #B38DB6;
}
.AnyTagClassName
{
color: #B38DB6;
}
</style>
background-color css
<style>
a { background-color: #B38DB6; }
a { background-color: rgb(179,141,182); }
div.DivClassName
{
background-color: #B38DB6;
}
.BgClassName
{
background-color: #B38DB6;
}
</style>
border-color css
<style>
span { border-color: #B38DB6; }
span { border-color: rgb(179,141,182); }
td.TdClassName
{
border-color: #B38DB6;
}
.TagClassName
{
border-color: #B38DB6;
}
</style>