Shades of London Hue #B38EA7
Tints of London Hue #B38EA7
RGB
CMYK
RGB Variations
Color information
#B38EA7 (or 0xB38EA7) is known color: London Hue. HEX triplet: B3, 8E and A7. RGB value is (179,142,167). Sum of RGB (Red+Green+Blue) = 179+142+167=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B38EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38EA7 is #4C7158. Grayscale: #9B9B9B. Windows color (decimal): -5009753 or 10981043. OLE color: 10981043.
HSL color Cylindrical-coordinate representation of color #B38EA7: hue angle of 319.46º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38EA7 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 167 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.30 |
| HSL | 319.46º | 0.2% | 0.63% | - |
| HSV(B) | 319.46º | 0.21% | 0.7% | - |
| XYZ | 35.24 | 31.72 | 40.82 | - |
| YUV | 155.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 167 | 0 | 0.21 | 0.07 | 0.30 | 319.46 | 0.2 | 0.63 |
| Hex | B3 | 8E | A7 | 0 | 15 | 7 | 1E | 13F | 14 | 3F |
| Octal | 263 | 216 | 247 | 0 | 25 | 7 | 36 | 477 | 24 | 77 |
| Binary | 10110011 | 10001110 | 10100111 | 0 | 10101 | 111 | 11110 | 100111111 | 10100 | 111111 |
Color Harmonies of #B38EA7
Complementary color
Monochromatic Colors of #B38EA7
Black with #B38EA7
Text Example
Text Example
White with #B38EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38EA7; }
p { color: rgb(179,142,167); }
H1.HeaderClassName
{
color: #B38EA7;
}
.AnyTagClassName
{
color: #B38EA7;
}
</style>
background-color css
<style>
a { background-color: #B38EA7; }
a { background-color: rgb(179,142,167); }
div.DivClassName
{
background-color: #B38EA7;
}
.BgClassName
{
background-color: #B38EA7;
}
</style>
border-color css
<style>
span { border-color: #B38EA7; }
span { border-color: rgb(179,142,167); }
td.TdClassName
{
border-color: #B38EA7;
}
.TagClassName
{
border-color: #B38EA7;
}
</style>