Shades of London Hue #B486B1
Tints of London Hue #B486B1
RGB
CMYK
RGB Variations
Color information
#B486B1 (or 0xB486B1) is known color: London Hue. HEX triplet: B4, 86 and B1. RGB value is (180,134,177). Sum of RGB (Red+Green+Blue) = 180+134+177=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B486B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486B1 is #4B794E. Grayscale: #989898. Windows color (decimal): -4946255 or 11634356. OLE color: 11634356.
HSL color Cylindrical-coordinate representation of color #B486B1: hue angle of 303.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486B1 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 177 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.29 |
| HSL | 303.91º | 0.23% | 0.62% | - |
| HSV(B) | 303.91º | 0.26% | 0.71% | - |
| XYZ | 35.28 | 29.93 | 45.51 | - |
| YUV | 152.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 177 | 0 | 0.26 | 0.02 | 0.29 | 303.91 | 0.23 | 0.62 |
| Hex | B4 | 86 | B1 | 0 | 1A | 2 | 1D | 130 | 17 | 3E |
| Octal | 264 | 206 | 261 | 0 | 32 | 2 | 35 | 460 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10110001 | 0 | 11010 | 10 | 11101 | 100110000 | 10111 | 111110 |
Color Harmonies of #B486B1
Complementary color
Monochromatic Colors of #B486B1
Black with #B486B1
Text Example
Text Example
White with #B486B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486B1; }
p { color: rgb(180,134,177); }
H1.HeaderClassName
{
color: #B486B1;
}
.AnyTagClassName
{
color: #B486B1;
}
</style>
background-color css
<style>
a { background-color: #B486B1; }
a { background-color: rgb(180,134,177); }
div.DivClassName
{
background-color: #B486B1;
}
.BgClassName
{
background-color: #B486B1;
}
</style>
border-color css
<style>
span { border-color: #B486B1; }
span { border-color: rgb(180,134,177); }
td.TdClassName
{
border-color: #B486B1;
}
.TagClassName
{
border-color: #B486B1;
}
</style>