Shades of London Hue #B387AB
Tints of London Hue #B387AB
RGB
CMYK
RGB Variations
Color information
#B387AB (or 0xB387AB) is known color: London Hue. HEX triplet: B3, 87 and AB. RGB value is (179,135,171). Sum of RGB (Red+Green+Blue) = 179+135+171=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B387AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B387AB is #4C7854. Grayscale: #989898. Windows color (decimal): -5011541 or 11241395. OLE color: 11241395.
HSL color Cylindrical-coordinate representation of color #B387AB: hue angle of 310.91º 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 #B387AB is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 171 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.30 |
| HSL | 310.91º | 0.22% | 0.62% | - |
| HSV(B) | 310.91º | 0.25% | 0.7% | - |
| XYZ | 34.61 | 29.85 | 42.47 | - |
| YUV | 152.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 171 | 0 | 0.25 | 0.04 | 0.30 | 310.91 | 0.22 | 0.62 |
| Hex | B3 | 87 | AB | 0 | 19 | 4 | 1E | 137 | 16 | 3E |
| Octal | 263 | 207 | 253 | 0 | 31 | 4 | 36 | 467 | 26 | 76 |
| Binary | 10110011 | 10000111 | 10101011 | 0 | 11001 | 100 | 11110 | 100110111 | 10110 | 111110 |
Color Harmonies of #B387AB
Complementary color
Monochromatic Colors of #B387AB
Black with #B387AB
Text Example
Text Example
White with #B387AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387AB; }
p { color: rgb(179,135,171); }
H1.HeaderClassName
{
color: #B387AB;
}
.AnyTagClassName
{
color: #B387AB;
}
</style>
background-color css
<style>
a { background-color: #B387AB; }
a { background-color: rgb(179,135,171); }
div.DivClassName
{
background-color: #B387AB;
}
.BgClassName
{
background-color: #B387AB;
}
</style>
border-color css
<style>
span { border-color: #B387AB; }
span { border-color: rgb(179,135,171); }
td.TdClassName
{
border-color: #B387AB;
}
.TagClassName
{
border-color: #B387AB;
}
</style>