Shades of London Hue #B48DB2
Tints of London Hue #B48DB2
RGB
CMYK
RGB Variations
Color information
#B48DB2 (or 0xB48DB2) is known color: London Hue. HEX triplet: B4, 8D and B2. RGB value is (180,141,178). Sum of RGB (Red+Green+Blue) = 180+141+178=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B48DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48DB2 is #4B724D. Grayscale: #9C9C9C. Windows color (decimal): -4944462 or 11701684. OLE color: 11701684.
HSL color Cylindrical-coordinate representation of color #B48DB2: hue angle of 303.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48DB2 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 178 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.29 |
| HSL | 303.08º | 0.21% | 0.63% | - |
| HSV(B) | 303.08º | 0.22% | 0.71% | - |
| XYZ | 36.38 | 31.97 | 46.37 | - |
| YUV | 156.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 178 | 0 | 0.22 | 0.01 | 0.29 | 303.08 | 0.21 | 0.63 |
| Hex | B4 | 8D | B2 | 0 | 16 | 1 | 1D | 12F | 15 | 3F |
| Octal | 264 | 215 | 262 | 0 | 26 | 1 | 35 | 457 | 25 | 77 |
| Binary | 10110100 | 10001101 | 10110010 | 0 | 10110 | 1 | 11101 | 100101111 | 10101 | 111111 |
Color Harmonies of #B48DB2
Complementary color
Monochromatic Colors of #B48DB2
Black with #B48DB2
Text Example
Text Example
White with #B48DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48DB2; }
p { color: rgb(180,141,178); }
H1.HeaderClassName
{
color: #B48DB2;
}
.AnyTagClassName
{
color: #B48DB2;
}
</style>
background-color css
<style>
a { background-color: #B48DB2; }
a { background-color: rgb(180,141,178); }
div.DivClassName
{
background-color: #B48DB2;
}
.BgClassName
{
background-color: #B48DB2;
}
</style>
border-color css
<style>
span { border-color: #B48DB2; }
span { border-color: rgb(180,141,178); }
td.TdClassName
{
border-color: #B48DB2;
}
.TagClassName
{
border-color: #B48DB2;
}
</style>