Shades of London Hue #B186B1
Tints of London Hue #B186B1
RGB
CMYK
RGB Variations
Color information
#B186B1 (or 0xB186B1) is known color: London Hue. HEX triplet: B1, 86 and B1. RGB value is (177,134,177). Sum of RGB (Red+Green+Blue) = 177+134+177=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B186B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186B1 is #4E794E. Grayscale: #979797. Windows color (decimal): -5142863 or 11634353. OLE color: 11634353.
HSL color Cylindrical-coordinate representation of color #B186B1: hue angle of 300º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B186B1 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 177 | - |
| CMYK | 0 | 0.24 | 0 | 0.31 |
| HSL | 300º | 0.22% | 0.61% | - |
| HSV(B) | 300º | 0.24% | 0.69% | - |
| XYZ | 34.59 | 29.57 | 45.48 | - |
| YUV | 151.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 177 | 0 | 0.24 | 0 | 0.31 | 300 | 0.22 | 0.61 |
| Hex | B1 | 86 | B1 | 0 | 18 | 0 | 1F | 12C | 16 | 3D |
| Octal | 261 | 206 | 261 | 0 | 30 | 0 | 37 | 454 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10110001 | 0 | 11000 | 0 | 11111 | 100101100 | 10110 | 111101 |
Color Harmonies of #B186B1
Complementary color
Monochromatic Colors of #B186B1
Black with #B186B1
Text Example
Text Example
White with #B186B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B186B1; }
p { color: rgb(177,134,177); }
H1.HeaderClassName
{
color: #B186B1;
}
.AnyTagClassName
{
color: #B186B1;
}
</style>
background-color css
<style>
a { background-color: #B186B1; }
a { background-color: rgb(177,134,177); }
div.DivClassName
{
background-color: #B186B1;
}
.BgClassName
{
background-color: #B186B1;
}
</style>
border-color css
<style>
span { border-color: #B186B1; }
span { border-color: rgb(177,134,177); }
td.TdClassName
{
border-color: #B186B1;
}
.TagClassName
{
border-color: #B186B1;
}
</style>