Shades of London Hue #BB7AB7
Tints of London Hue #BB7AB7
RGB
CMYK
RGB Variations
Color information
#BB7AB7 (or 0xBB7AB7) is known color: London Hue. HEX triplet: BB, 7A and B7. RGB value is (187,122,183). Sum of RGB (Red+Green+Blue) = 187+122+183=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AB7 is #448548. Grayscale: #949494. Windows color (decimal): -4490569 or 12024507. OLE color: 12024507.
HSL color Cylindrical-coordinate representation of color #BB7AB7: hue angle of 303.69º 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 #BB7AB7 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 183 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.27 |
| HSL | 303.69º | 0.32% | 0.61% | - |
| HSV(B) | 303.69º | 0.35% | 0.73% | - |
| XYZ | 36 | 27.9 | 48.29 | - |
| YUV | 148.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 183 | 0 | 0.35 | 0.02 | 0.27 | 303.69 | 0.32 | 0.61 |
| Hex | BB | 7A | B7 | 0 | 23 | 2 | 1B | 130 | 20 | 3D |
| Octal | 273 | 172 | 267 | 0 | 43 | 2 | 33 | 460 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10110111 | 0 | 100011 | 10 | 11011 | 100110000 | 100000 | 111101 |
Color Harmonies of #BB7AB7
Complementary color
Monochromatic Colors of #BB7AB7
Black with #BB7AB7
Text Example
Text Example
White with #BB7AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AB7; }
p { color: rgb(187,122,183); }
H1.HeaderClassName
{
color: #BB7AB7;
}
.AnyTagClassName
{
color: #BB7AB7;
}
</style>
background-color css
<style>
a { background-color: #BB7AB7; }
a { background-color: rgb(187,122,183); }
div.DivClassName
{
background-color: #BB7AB7;
}
.BgClassName
{
background-color: #BB7AB7;
}
</style>
border-color css
<style>
span { border-color: #BB7AB7; }
span { border-color: rgb(187,122,183); }
td.TdClassName
{
border-color: #BB7AB7;
}
.TagClassName
{
border-color: #BB7AB7;
}
</style>