Shades of London Hue #B981B2
Tints of London Hue #B981B2
RGB
CMYK
RGB Variations
Color information
#B981B2 (or 0xB981B2) is known color: London Hue. HEX triplet: B9, 81 and B2. RGB value is (185,129,178). Sum of RGB (Red+Green+Blue) = 185+129+178=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981B2 is #467E4D. Grayscale: #979797. Windows color (decimal): -4619854 or 11698617. OLE color: 11698617.
HSL color Cylindrical-coordinate representation of color #B981B2: hue angle of 307.5º 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 #B981B2 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 178 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.27 |
| HSL | 307.5º | 0.29% | 0.62% | - |
| HSV(B) | 307.5º | 0.3% | 0.73% | - |
| XYZ | 35.89 | 29.23 | 45.87 | - |
| YUV | 151.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 178 | 0 | 0.30 | 0.04 | 0.27 | 307.5 | 0.29 | 0.62 |
| Hex | B9 | 81 | B2 | 0 | 1E | 4 | 1B | 134 | 1D | 3E |
| Octal | 271 | 201 | 262 | 0 | 36 | 4 | 33 | 464 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10110010 | 0 | 11110 | 100 | 11011 | 100110100 | 11101 | 111110 |
Color Harmonies of #B981B2
Complementary color
Monochromatic Colors of #B981B2
Black with #B981B2
Text Example
Text Example
White with #B981B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981B2; }
p { color: rgb(185,129,178); }
H1.HeaderClassName
{
color: #B981B2;
}
.AnyTagClassName
{
color: #B981B2;
}
</style>
background-color css
<style>
a { background-color: #B981B2; }
a { background-color: rgb(185,129,178); }
div.DivClassName
{
background-color: #B981B2;
}
.BgClassName
{
background-color: #B981B2;
}
</style>
border-color css
<style>
span { border-color: #B981B2; }
span { border-color: rgb(185,129,178); }
td.TdClassName
{
border-color: #B981B2;
}
.TagClassName
{
border-color: #B981B2;
}
</style>