Shades of London Hue #BB82BB
Tints of London Hue #BB82BB
RGB
CMYK
RGB Variations
Color information
#BB82BB (or 0xBB82BB) is known color: London Hue. HEX triplet: BB, 82 and BB. RGB value is (187,130,187). Sum of RGB (Red+Green+Blue) = 187+130+187=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82BB is #447D44. Grayscale: #999999. Windows color (decimal): -4488517 or 12288699. OLE color: 12288699.
HSL color Cylindrical-coordinate representation of color #BB82BB: hue angle of 300º 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 #BB82BB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 187 | - |
| CMYK | 0 | 0.30 | 0 | 0.27 |
| HSL | 300º | 0.3% | 0.62% | - |
| HSV(B) | 300º | 0.3% | 0.73% | - |
| XYZ | 37.45 | 30.12 | 50.85 | - |
| YUV | 153.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 187 | 0 | 0.30 | 0 | 0.27 | 300 | 0.3 | 0.62 |
| Hex | BB | 82 | BB | 0 | 1E | 0 | 1B | 12C | 1E | 3E |
| Octal | 273 | 202 | 273 | 0 | 36 | 0 | 33 | 454 | 36 | 76 |
| Binary | 10111011 | 10000010 | 10111011 | 0 | 11110 | 0 | 11011 | 100101100 | 11110 | 111110 |
Color Harmonies of #BB82BB
Complementary color
Monochromatic Colors of #BB82BB
Black with #BB82BB
Text Example
Text Example
White with #BB82BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB82BB; }
p { color: rgb(187,130,187); }
H1.HeaderClassName
{
color: #BB82BB;
}
.AnyTagClassName
{
color: #BB82BB;
}
</style>
background-color css
<style>
a { background-color: #BB82BB; }
a { background-color: rgb(187,130,187); }
div.DivClassName
{
background-color: #BB82BB;
}
.BgClassName
{
background-color: #BB82BB;
}
</style>
border-color css
<style>
span { border-color: #BB82BB; }
span { border-color: rgb(187,130,187); }
td.TdClassName
{
border-color: #BB82BB;
}
.TagClassName
{
border-color: #BB82BB;
}
</style>