Shades of London Hue #B48AB1
Tints of London Hue #B48AB1
RGB
CMYK
RGB Variations
Color information
#B48AB1 (or 0xB48AB1) is known color: London Hue. HEX triplet: B4, 8A and B1. RGB value is (180,138,177). Sum of RGB (Red+Green+Blue) = 180+138+177=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AB1 is #4B754E. Grayscale: #9A9A9A. Windows color (decimal): -4945231 or 11635380. OLE color: 11635380.
HSL color Cylindrical-coordinate representation of color #B48AB1: hue angle of 304.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48AB1 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 177 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.29 |
| HSL | 304.29º | 0.22% | 0.62% | - |
| HSV(B) | 304.29º | 0.23% | 0.71% | - |
| XYZ | 35.85 | 31.05 | 45.7 | - |
| YUV | 155 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 177 | 0 | 0.23 | 0.02 | 0.29 | 304.29 | 0.22 | 0.62 |
| Hex | B4 | 8A | B1 | 0 | 17 | 2 | 1D | 130 | 16 | 3E |
| Octal | 264 | 212 | 261 | 0 | 27 | 2 | 35 | 460 | 26 | 76 |
| Binary | 10110100 | 10001010 | 10110001 | 0 | 10111 | 10 | 11101 | 100110000 | 10110 | 111110 |
Color Harmonies of #B48AB1
Complementary color
Monochromatic Colors of #B48AB1
Black with #B48AB1
Text Example
Text Example
White with #B48AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48AB1; }
p { color: rgb(180,138,177); }
H1.HeaderClassName
{
color: #B48AB1;
}
.AnyTagClassName
{
color: #B48AB1;
}
</style>
background-color css
<style>
a { background-color: #B48AB1; }
a { background-color: rgb(180,138,177); }
div.DivClassName
{
background-color: #B48AB1;
}
.BgClassName
{
background-color: #B48AB1;
}
</style>
border-color css
<style>
span { border-color: #B48AB1; }
span { border-color: rgb(180,138,177); }
td.TdClassName
{
border-color: #B48AB1;
}
.TagClassName
{
border-color: #B48AB1;
}
</style>