Shades of London Hue #B488B1
Tints of London Hue #B488B1
RGB
CMYK
RGB Variations
Color information
#B488B1 (or 0xB488B1) is known color: London Hue. HEX triplet: B4, 88 and B1. RGB value is (180,136,177). Sum of RGB (Red+Green+Blue) = 180+136+177=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B488B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488B1 is #4B774E. Grayscale: #999999. Windows color (decimal): -4945743 or 11634868. OLE color: 11634868.
HSL color Cylindrical-coordinate representation of color #B488B1: hue angle of 304.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488B1 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 177 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.29 |
| HSL | 304.09º | 0.23% | 0.62% | - |
| HSV(B) | 304.09º | 0.24% | 0.71% | - |
| XYZ | 35.56 | 30.49 | 45.61 | - |
| YUV | 153.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 177 | 0 | 0.24 | 0.02 | 0.29 | 304.09 | 0.23 | 0.62 |
| Hex | B4 | 88 | B1 | 0 | 18 | 2 | 1D | 130 | 17 | 3E |
| Octal | 264 | 210 | 261 | 0 | 30 | 2 | 35 | 460 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10110001 | 0 | 11000 | 10 | 11101 | 100110000 | 10111 | 111110 |
Color Harmonies of #B488B1
Complementary color
Monochromatic Colors of #B488B1
Black with #B488B1
Text Example
Text Example
White with #B488B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488B1; }
p { color: rgb(180,136,177); }
H1.HeaderClassName
{
color: #B488B1;
}
.AnyTagClassName
{
color: #B488B1;
}
</style>
background-color css
<style>
a { background-color: #B488B1; }
a { background-color: rgb(180,136,177); }
div.DivClassName
{
background-color: #B488B1;
}
.BgClassName
{
background-color: #B488B1;
}
</style>
border-color css
<style>
span { border-color: #B488B1; }
span { border-color: rgb(180,136,177); }
td.TdClassName
{
border-color: #B488B1;
}
.TagClassName
{
border-color: #B488B1;
}
</style>