Shades of London Hue #B081AD
Tints of London Hue #B081AD
RGB
CMYK
RGB Variations
Color information
#B081AD (or 0xB081AD) is known color: London Hue. HEX triplet: B0, 81 and AD. RGB value is (176,129,173). Sum of RGB (Red+Green+Blue) = 176+129+173=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B081AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B081AD is #4F7E52. Grayscale: #939393. Windows color (decimal): -5209683 or 11370928. OLE color: 11370928.
HSL color Cylindrical-coordinate representation of color #B081AD: hue angle of 303.83º 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 #B081AD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 173 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.31 |
| HSL | 303.83º | 0.23% | 0.6% | - |
| HSV(B) | 303.83º | 0.27% | 0.69% | - |
| XYZ | 33.3 | 27.95 | 43.17 | - |
| YUV | 148.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 173 | 0 | 0.27 | 0.02 | 0.31 | 303.83 | 0.23 | 0.6 |
| Hex | B0 | 81 | AD | 0 | 1B | 2 | 1F | 130 | 17 | 3C |
| Octal | 260 | 201 | 255 | 0 | 33 | 2 | 37 | 460 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10101101 | 0 | 11011 | 10 | 11111 | 100110000 | 10111 | 111100 |
Color Harmonies of #B081AD
Complementary color
Monochromatic Colors of #B081AD
Black with #B081AD
Text Example
Text Example
White with #B081AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B081AD; }
p { color: rgb(176,129,173); }
H1.HeaderClassName
{
color: #B081AD;
}
.AnyTagClassName
{
color: #B081AD;
}
</style>
background-color css
<style>
a { background-color: #B081AD; }
a { background-color: rgb(176,129,173); }
div.DivClassName
{
background-color: #B081AD;
}
.BgClassName
{
background-color: #B081AD;
}
</style>
border-color css
<style>
span { border-color: #B081AD; }
span { border-color: rgb(176,129,173); }
td.TdClassName
{
border-color: #B081AD;
}
.TagClassName
{
border-color: #B081AD;
}
</style>