Shades of London Hue #B084A9
Tints of London Hue #B084A9
RGB
CMYK
RGB Variations
Color information
#B084A9 (or 0xB084A9) is known color: London Hue. HEX triplet: B0, 84 and A9. RGB value is (176,132,169). Sum of RGB (Red+Green+Blue) = 176+132+169=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B084A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084A9 is #4F7B56. Grayscale: #959595. Windows color (decimal): -5208919 or 11109552. OLE color: 11109552.
HSL color Cylindrical-coordinate representation of color #B084A9: hue angle of 309.55º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B084A9 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 169 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.31 |
| HSL | 309.55º | 0.22% | 0.6% | - |
| HSV(B) | 309.55º | 0.25% | 0.69% | - |
| XYZ | 33.32 | 28.6 | 41.3 | - |
| YUV | 149.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 169 | 0 | 0.25 | 0.04 | 0.31 | 309.55 | 0.22 | 0.6 |
| Hex | B0 | 84 | A9 | 0 | 19 | 4 | 1F | 136 | 16 | 3C |
| Octal | 260 | 204 | 251 | 0 | 31 | 4 | 37 | 466 | 26 | 74 |
| Binary | 10110000 | 10000100 | 10101001 | 0 | 11001 | 100 | 11111 | 100110110 | 10110 | 111100 |
Color Harmonies of #B084A9
Complementary color
Monochromatic Colors of #B084A9
Black with #B084A9
Text Example
Text Example
White with #B084A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B084A9; }
p { color: rgb(176,132,169); }
H1.HeaderClassName
{
color: #B084A9;
}
.AnyTagClassName
{
color: #B084A9;
}
</style>
background-color css
<style>
a { background-color: #B084A9; }
a { background-color: rgb(176,132,169); }
div.DivClassName
{
background-color: #B084A9;
}
.BgClassName
{
background-color: #B084A9;
}
</style>
border-color css
<style>
span { border-color: #B084A9; }
span { border-color: rgb(176,132,169); }
td.TdClassName
{
border-color: #B084A9;
}
.TagClassName
{
border-color: #B084A9;
}
</style>