Shades of London Hue #BB82B0
Tints of London Hue #BB82B0
RGB
CMYK
RGB Variations
Color information
#BB82B0 (or 0xBB82B0) is known color: London Hue. HEX triplet: BB, 82 and B0. RGB value is (187,130,176). Sum of RGB (Red+Green+Blue) = 187+130+176=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB82B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB82B0 is #447D4F. Grayscale: #989898. Windows color (decimal): -4488528 or 11567803. OLE color: 11567803.
HSL color Cylindrical-coordinate representation of color #BB82B0: hue angle of 311.58º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB82B0 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 176 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.27 |
| HSL | 311.58º | 0.3% | 0.62% | - |
| HSV(B) | 311.58º | 0.3% | 0.73% | - |
| XYZ | 36.31 | 29.66 | 44.89 | - |
| YUV | 152.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 176 | 0 | 0.30 | 0.06 | 0.27 | 311.58 | 0.3 | 0.62 |
| Hex | BB | 82 | B0 | 0 | 1E | 6 | 1B | 138 | 1E | 3E |
| Octal | 273 | 202 | 260 | 0 | 36 | 6 | 33 | 470 | 36 | 76 |
| Binary | 10111011 | 10000010 | 10110000 | 0 | 11110 | 110 | 11011 | 100111000 | 11110 | 111110 |
Color Harmonies of #BB82B0
Complementary color
Monochromatic Colors of #BB82B0
Black with #BB82B0
Text Example
Text Example
White with #BB82B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB82B0; }
p { color: rgb(187,130,176); }
H1.HeaderClassName
{
color: #BB82B0;
}
.AnyTagClassName
{
color: #BB82B0;
}
</style>
background-color css
<style>
a { background-color: #BB82B0; }
a { background-color: rgb(187,130,176); }
div.DivClassName
{
background-color: #BB82B0;
}
.BgClassName
{
background-color: #BB82B0;
}
</style>
border-color css
<style>
span { border-color: #BB82B0; }
span { border-color: rgb(187,130,176); }
td.TdClassName
{
border-color: #BB82B0;
}
.TagClassName
{
border-color: #BB82B0;
}
</style>