Shades of London Hue #B48BB5
Tints of London Hue #B48BB5
RGB
CMYK
RGB Variations
Color information
#B48BB5 (or 0xB48BB5) is known color: London Hue. HEX triplet: B4, 8B and B5. RGB value is (180,139,181). Sum of RGB (Red+Green+Blue) = 180+139+181=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #B48BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BB5 is #4B744A. Grayscale: #9B9B9B. Windows color (decimal): -4944971 or 11897780. OLE color: 11897780.
HSL color Cylindrical-coordinate representation of color #B48BB5: hue angle of 298.57º 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 #B48BB5 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 181 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.29 |
| HSL | 298.57º | 0.22% | 0.63% | - |
| HSV(B) | 298.57º | 0.23% | 0.71% | - |
| XYZ | 36.4 | 31.5 | 47.88 | - |
| YUV | 156.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 181 | 0.01 | 0.23 | 0 | 0.29 | 298.57 | 0.22 | 0.63 |
| Hex | B4 | 8B | B5 | 1 | 17 | 0 | 1D | 12B | 16 | 3F |
| Octal | 264 | 213 | 265 | 1 | 27 | 0 | 35 | 453 | 26 | 77 |
| Binary | 10110100 | 10001011 | 10110101 | 1 | 10111 | 0 | 11101 | 100101011 | 10110 | 111111 |
Color Harmonies of #B48BB5
Complementary color
Monochromatic Colors of #B48BB5
Black with #B48BB5
Text Example
Text Example
White with #B48BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BB5; }
p { color: rgb(180,139,181); }
H1.HeaderClassName
{
color: #B48BB5;
}
.AnyTagClassName
{
color: #B48BB5;
}
</style>
background-color css
<style>
a { background-color: #B48BB5; }
a { background-color: rgb(180,139,181); }
div.DivClassName
{
background-color: #B48BB5;
}
.BgClassName
{
background-color: #B48BB5;
}
</style>
border-color css
<style>
span { border-color: #B48BB5; }
span { border-color: rgb(180,139,181); }
td.TdClassName
{
border-color: #B48BB5;
}
.TagClassName
{
border-color: #B48BB5;
}
</style>