Shades of London Hue #BB7BBC
Tints of London Hue #BB7BBC
RGB
CMYK
RGB Variations
Color information
#BB7BBC (or 0xBB7BBC) is known color: London Hue. HEX triplet: BB, 7B and BC. RGB value is (187,123,188). Sum of RGB (Red+Green+Blue) = 187+123+188=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BBC is #448443. Grayscale: #959595. Windows color (decimal): -4490308 or 12352443. OLE color: 12352443.
HSL color Cylindrical-coordinate representation of color #BB7BBC: hue angle of 299.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7BBC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 123 | 188 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.26 |
| HSL | 299.08º | 0.33% | 0.61% | - |
| HSV(B) | 299.08º | 0.35% | 0.74% | - |
| XYZ | 36.65 | 28.36 | 51.12 | - |
| YUV | 149.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 188 | 0.01 | 0.35 | 0 | 0.26 | 299.08 | 0.33 | 0.61 |
| Hex | BB | 7B | BC | 1 | 23 | 0 | 1A | 12B | 21 | 3D |
| Octal | 273 | 173 | 274 | 1 | 43 | 0 | 32 | 453 | 41 | 75 |
| Binary | 10111011 | 1111011 | 10111100 | 1 | 100011 | 0 | 11010 | 100101011 | 100001 | 111101 |
Color Harmonies of #BB7BBC
Complementary color
Monochromatic Colors of #BB7BBC
Black with #BB7BBC
Text Example
Text Example
White with #BB7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BBC; }
p { color: rgb(187,123,188); }
H1.HeaderClassName
{
color: #BB7BBC;
}
.AnyTagClassName
{
color: #BB7BBC;
}
</style>
background-color css
<style>
a { background-color: #BB7BBC; }
a { background-color: rgb(187,123,188); }
div.DivClassName
{
background-color: #BB7BBC;
}
.BgClassName
{
background-color: #BB7BBC;
}
</style>
border-color css
<style>
span { border-color: #BB7BBC; }
span { border-color: rgb(187,123,188); }
td.TdClassName
{
border-color: #BB7BBC;
}
.TagClassName
{
border-color: #BB7BBC;
}
</style>