Shades of London Hue #BB7AB1
Tints of London Hue #BB7AB1
RGB
CMYK
RGB Variations
Color information
#BB7AB1 (or 0xBB7AB1) is known color: London Hue. HEX triplet: BB, 7A and B1. RGB value is (187,122,177). Sum of RGB (Red+Green+Blue) = 187+122+177=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AB1 is #44854E. Grayscale: #939393. Windows color (decimal): -4490575 or 11631291. OLE color: 11631291.
HSL color Cylindrical-coordinate representation of color #BB7AB1: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7AB1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 177 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.27 |
| HSL | 309.23º | 0.32% | 0.61% | - |
| HSV(B) | 309.23º | 0.35% | 0.73% | - |
| XYZ | 35.39 | 27.66 | 45.07 | - |
| YUV | 147.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 177 | 0 | 0.35 | 0.05 | 0.27 | 309.23 | 0.32 | 0.61 |
| Hex | BB | 7A | B1 | 0 | 23 | 5 | 1B | 135 | 20 | 3D |
| Octal | 273 | 172 | 261 | 0 | 43 | 5 | 33 | 465 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10110001 | 0 | 100011 | 101 | 11011 | 100110101 | 100000 | 111101 |
Color Harmonies of #BB7AB1
Complementary color
Monochromatic Colors of #BB7AB1
Black with #BB7AB1
Text Example
Text Example
White with #BB7AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AB1; }
p { color: rgb(187,122,177); }
H1.HeaderClassName
{
color: #BB7AB1;
}
.AnyTagClassName
{
color: #BB7AB1;
}
</style>
background-color css
<style>
a { background-color: #BB7AB1; }
a { background-color: rgb(187,122,177); }
div.DivClassName
{
background-color: #BB7AB1;
}
.BgClassName
{
background-color: #BB7AB1;
}
</style>
border-color css
<style>
span { border-color: #BB7AB1; }
span { border-color: rgb(187,122,177); }
td.TdClassName
{
border-color: #BB7AB1;
}
.TagClassName
{
border-color: #BB7AB1;
}
</style>