Shades of London Hue #B982BC
Tints of London Hue #B982BC
RGB
CMYK
RGB Variations
Color information
#B982BC (or 0xB982BC) is known color: London Hue. HEX triplet: B9, 82 and BC. RGB value is (185,130,188). Sum of RGB (Red+Green+Blue) = 185+130+188=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #B982BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BC is #467D43. Grayscale: #989898. Windows color (decimal): -4619588 or 12354233. OLE color: 12354233.
HSL color Cylindrical-coordinate representation of color #B982BC: hue angle of 296.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B982BC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 130 | 188 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.26 |
| HSL | 296.9º | 0.3% | 0.62% | - |
| HSV(B) | 296.9º | 0.31% | 0.74% | - |
| XYZ | 37.07 | 29.91 | 51.4 | - |
| YUV | 153.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 188 | 0.02 | 0.31 | 0 | 0.26 | 296.9 | 0.3 | 0.62 |
| Hex | B9 | 82 | BC | 2 | 1F | 0 | 1A | 129 | 1E | 3E |
| Octal | 271 | 202 | 274 | 2 | 37 | 0 | 32 | 451 | 36 | 76 |
| Binary | 10111001 | 10000010 | 10111100 | 10 | 11111 | 0 | 11010 | 100101001 | 11110 | 111110 |
Color Harmonies of #B982BC
Complementary color
Monochromatic Colors of #B982BC
Black with #B982BC
Text Example
Text Example
White with #B982BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982BC; }
p { color: rgb(185,130,188); }
H1.HeaderClassName
{
color: #B982BC;
}
.AnyTagClassName
{
color: #B982BC;
}
</style>
background-color css
<style>
a { background-color: #B982BC; }
a { background-color: rgb(185,130,188); }
div.DivClassName
{
background-color: #B982BC;
}
.BgClassName
{
background-color: #B982BC;
}
</style>
border-color css
<style>
span { border-color: #B982BC; }
span { border-color: rgb(185,130,188); }
td.TdClassName
{
border-color: #B982BC;
}
.TagClassName
{
border-color: #B982BC;
}
</style>