Shades of London Hue #B187B3
Tints of London Hue #B187B3
RGB
CMYK
RGB Variations
Color information
#B187B3 (or 0xB187B3) is known color: London Hue. HEX triplet: B1, 87 and B3. RGB value is (177,135,179). Sum of RGB (Red+Green+Blue) = 177+135+179=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #B187B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187B3 is #4E784C. Grayscale: #989898. Windows color (decimal): -5142605 or 11765681. OLE color: 11765681.
HSL color Cylindrical-coordinate representation of color #B187B3: hue angle of 297.27º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B187B3 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 135 | 179 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.30 |
| HSL | 297.27º | 0.22% | 0.62% | - |
| HSV(B) | 297.27º | 0.25% | 0.7% | - |
| XYZ | 34.93 | 29.93 | 46.58 | - |
| YUV | 152.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 179 | 0.01 | 0.25 | 0 | 0.30 | 297.27 | 0.22 | 0.62 |
| Hex | B1 | 87 | B3 | 1 | 19 | 0 | 1E | 129 | 16 | 3E |
| Octal | 261 | 207 | 263 | 1 | 31 | 0 | 36 | 451 | 26 | 76 |
| Binary | 10110001 | 10000111 | 10110011 | 1 | 11001 | 0 | 11110 | 100101001 | 10110 | 111110 |
Color Harmonies of #B187B3
Complementary color
Monochromatic Colors of #B187B3
Black with #B187B3
Text Example
Text Example
White with #B187B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187B3; }
p { color: rgb(177,135,179); }
H1.HeaderClassName
{
color: #B187B3;
}
.AnyTagClassName
{
color: #B187B3;
}
</style>
background-color css
<style>
a { background-color: #B187B3; }
a { background-color: rgb(177,135,179); }
div.DivClassName
{
background-color: #B187B3;
}
.BgClassName
{
background-color: #B187B3;
}
</style>
border-color css
<style>
span { border-color: #B187B3; }
span { border-color: rgb(177,135,179); }
td.TdClassName
{
border-color: #B187B3;
}
.TagClassName
{
border-color: #B187B3;
}
</style>