Shades of London Hue #B981B7
Tints of London Hue #B981B7
RGB
CMYK
RGB Variations
Color information
#B981B7 (or 0xB981B7) is known color: London Hue. HEX triplet: B9, 81 and B7. RGB value is (185,129,183). Sum of RGB (Red+Green+Blue) = 185+129+183=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B7 is #467E48. Grayscale: #979797. Windows color (decimal): -4619849 or 12026297. OLE color: 12026297.
HSL color Cylindrical-coordinate representation of color #B981B7: hue angle of 302.14º degrees, saturation: 0.29, 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 #B981B7 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 183 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.27 |
| HSL | 302.14º | 0.29% | 0.62% | - |
| HSV(B) | 302.14º | 0.3% | 0.73% | - |
| XYZ | 36.41 | 29.43 | 48.56 | - |
| YUV | 151.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 183 | 0 | 0.30 | 0.01 | 0.27 | 302.14 | 0.29 | 0.62 |
| Hex | B9 | 81 | B7 | 0 | 1E | 1 | 1B | 12E | 1D | 3E |
| Octal | 271 | 201 | 267 | 0 | 36 | 1 | 33 | 456 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10110111 | 0 | 11110 | 1 | 11011 | 100101110 | 11101 | 111110 |
Color Harmonies of #B981B7
Complementary color
Monochromatic Colors of #B981B7
Black with #B981B7
Text Example
Text Example
White with #B981B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981B7; }
p { color: rgb(185,129,183); }
H1.HeaderClassName
{
color: #B981B7;
}
.AnyTagClassName
{
color: #B981B7;
}
</style>
background-color css
<style>
a { background-color: #B981B7; }
a { background-color: rgb(185,129,183); }
div.DivClassName
{
background-color: #B981B7;
}
.BgClassName
{
background-color: #B981B7;
}
</style>
border-color css
<style>
span { border-color: #B981B7; }
span { border-color: rgb(185,129,183); }
td.TdClassName
{
border-color: #B981B7;
}
.TagClassName
{
border-color: #B981B7;
}
</style>