Shades of London Hue #B081AA
Tints of London Hue #B081AA
RGB
CMYK
RGB Variations
Color information
#B081AA (or 0xB081AA) is known color: London Hue. HEX triplet: B0, 81 and AA. RGB value is (176,129,170). Sum of RGB (Red+Green+Blue) = 176+129+170=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B081AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B081AA is #4F7E55. Grayscale: #939393. Windows color (decimal): -5209686 or 11174320. OLE color: 11174320.
HSL color Cylindrical-coordinate representation of color #B081AA: hue angle of 307.66º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B081AA is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 170 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.31 |
| HSL | 307.66º | 0.23% | 0.6% | - |
| HSV(B) | 307.66º | 0.27% | 0.69% | - |
| XYZ | 33.01 | 27.83 | 41.66 | - |
| YUV | 147.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 170 | 0 | 0.27 | 0.03 | 0.31 | 307.66 | 0.23 | 0.6 |
| Hex | B0 | 81 | AA | 0 | 1B | 3 | 1F | 134 | 17 | 3C |
| Octal | 260 | 201 | 252 | 0 | 33 | 3 | 37 | 464 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10101010 | 0 | 11011 | 11 | 11111 | 100110100 | 10111 | 111100 |
Color Harmonies of #B081AA
Complementary color
Monochromatic Colors of #B081AA
Black with #B081AA
Text Example
Text Example
White with #B081AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B081AA; }
p { color: rgb(176,129,170); }
H1.HeaderClassName
{
color: #B081AA;
}
.AnyTagClassName
{
color: #B081AA;
}
</style>
background-color css
<style>
a { background-color: #B081AA; }
a { background-color: rgb(176,129,170); }
div.DivClassName
{
background-color: #B081AA;
}
.BgClassName
{
background-color: #B081AA;
}
</style>
border-color css
<style>
span { border-color: #B081AA; }
span { border-color: rgb(176,129,170); }
td.TdClassName
{
border-color: #B081AA;
}
.TagClassName
{
border-color: #B081AA;
}
</style>