Shades of London Hue #B982BB
Tints of London Hue #B982BB
RGB
CMYK
RGB Variations
Color information
#B982BB (or 0xB982BB) is known color: London Hue. HEX triplet: B9, 82 and BB. RGB value is (185,130,187). Sum of RGB (Red+Green+Blue) = 185+130+187=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #B982BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BB is #467D44. Grayscale: #989898. Windows color (decimal): -4619589 or 12288697. OLE color: 12288697.
HSL color Cylindrical-coordinate representation of color #B982BB: hue angle of 297.89º 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 #B982BB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 187 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.27 |
| HSL | 297.89º | 0.3% | 0.62% | - |
| HSV(B) | 297.89º | 0.3% | 0.73% | - |
| XYZ | 36.96 | 29.87 | 50.83 | - |
| YUV | 152.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 187 | 0.01 | 0.30 | 0 | 0.27 | 297.89 | 0.3 | 0.62 |
| Hex | B9 | 82 | BB | 1 | 1E | 0 | 1B | 12A | 1E | 3E |
| Octal | 271 | 202 | 273 | 1 | 36 | 0 | 33 | 452 | 36 | 76 |
| Binary | 10111001 | 10000010 | 10111011 | 1 | 11110 | 0 | 11011 | 100101010 | 11110 | 111110 |
Color Harmonies of #B982BB
Complementary color
Monochromatic Colors of #B982BB
Black with #B982BB
Text Example
Text Example
White with #B982BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982BB; }
p { color: rgb(185,130,187); }
H1.HeaderClassName
{
color: #B982BB;
}
.AnyTagClassName
{
color: #B982BB;
}
</style>
background-color css
<style>
a { background-color: #B982BB; }
a { background-color: rgb(185,130,187); }
div.DivClassName
{
background-color: #B982BB;
}
.BgClassName
{
background-color: #B982BB;
}
</style>
border-color css
<style>
span { border-color: #B982BB; }
span { border-color: rgb(185,130,187); }
td.TdClassName
{
border-color: #B982BB;
}
.TagClassName
{
border-color: #B982BB;
}
</style>