Shades of London Hue #B48DB8
Tints of London Hue #B48DB8
RGB
CMYK
RGB Variations
Color information
#B48DB8 (or 0xB48DB8) is known color: London Hue. HEX triplet: B4, 8D and B8. RGB value is (180,141,184). Sum of RGB (Red+Green+Blue) = 180+141+184=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 184 - color contains mainly: blue. Hex color #B48DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DB8 is #4B7247. Grayscale: #9D9D9D. Windows color (decimal): -4944456 or 12094900. OLE color: 12094900.
HSL color Cylindrical-coordinate representation of color #B48DB8: hue angle of 294.42º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48DB8 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 141 | 184 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.28 |
| HSL | 294.42º | 0.23% | 0.64% | - |
| HSV(B) | 294.42º | 0.23% | 0.72% | - |
| XYZ | 37 | 32.21 | 49.62 | - |
| YUV | 157.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 184 | 0.02 | 0.23 | 0 | 0.28 | 294.42 | 0.23 | 0.64 |
| Hex | B4 | 8D | B8 | 2 | 17 | 0 | 1C | 126 | 17 | 40 |
| Octal | 264 | 215 | 270 | 2 | 27 | 0 | 34 | 446 | 27 | 100 |
| Binary | 10110100 | 10001101 | 10111000 | 10 | 10111 | 0 | 11100 | 100100110 | 10111 | 1000000 |
Color Harmonies of #B48DB8
Complementary color
Monochromatic Colors of #B48DB8
Black with #B48DB8
Text Example
Text Example
White with #B48DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48DB8; }
p { color: rgb(180,141,184); }
H1.HeaderClassName
{
color: #B48DB8;
}
.AnyTagClassName
{
color: #B48DB8;
}
</style>
background-color css
<style>
a { background-color: #B48DB8; }
a { background-color: rgb(180,141,184); }
div.DivClassName
{
background-color: #B48DB8;
}
.BgClassName
{
background-color: #B48DB8;
}
</style>
border-color css
<style>
span { border-color: #B48DB8; }
span { border-color: rgb(180,141,184); }
td.TdClassName
{
border-color: #B48DB8;
}
.TagClassName
{
border-color: #B48DB8;
}
</style>