Shades of London Hue #B48FA8
Tints of London Hue #B48FA8
RGB
CMYK
RGB Variations
Color information
#B48FA8 (or 0xB48FA8) is known color: London Hue. HEX triplet: B4, 8F and A8. RGB value is (180,143,168). Sum of RGB (Red+Green+Blue) = 180+143+168=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA8 is #4B7057. Grayscale: #9C9C9C. Windows color (decimal): -4943960 or 11046836. OLE color: 11046836.
HSL color Cylindrical-coordinate representation of color #B48FA8: hue angle of 319.46º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48FA8 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 168 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.29 |
| HSL | 319.46º | 0.2% | 0.63% | - |
| HSV(B) | 319.46º | 0.21% | 0.71% | - |
| XYZ | 35.71 | 32.18 | 41.37 | - |
| YUV | 156.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 168 | 0 | 0.21 | 0.07 | 0.29 | 319.46 | 0.2 | 0.63 |
| Hex | B4 | 8F | A8 | 0 | 15 | 7 | 1D | 13F | 14 | 3F |
| Octal | 264 | 217 | 250 | 0 | 25 | 7 | 35 | 477 | 24 | 77 |
| Binary | 10110100 | 10001111 | 10101000 | 0 | 10101 | 111 | 11101 | 100111111 | 10100 | 111111 |
Color Harmonies of #B48FA8
Complementary color
Monochromatic Colors of #B48FA8
Black with #B48FA8
Text Example
Text Example
White with #B48FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FA8; }
p { color: rgb(180,143,168); }
H1.HeaderClassName
{
color: #B48FA8;
}
.AnyTagClassName
{
color: #B48FA8;
}
</style>
background-color css
<style>
a { background-color: #B48FA8; }
a { background-color: rgb(180,143,168); }
div.DivClassName
{
background-color: #B48FA8;
}
.BgClassName
{
background-color: #B48FA8;
}
</style>
border-color css
<style>
span { border-color: #B48FA8; }
span { border-color: rgb(180,143,168); }
td.TdClassName
{
border-color: #B48FA8;
}
.TagClassName
{
border-color: #B48FA8;
}
</style>