Shades of London Hue #B081AF
Tints of London Hue #B081AF
RGB
CMYK
RGB Variations
Color information
#B081AF (or 0xB081AF) is known color: London Hue. HEX triplet: B0, 81 and AF. RGB value is (176,129,175). Sum of RGB (Red+Green+Blue) = 176+129+175=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B081AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B081AF is #4F7E50. Grayscale: #949494. Windows color (decimal): -5209681 or 11502000. OLE color: 11502000.
HSL color Cylindrical-coordinate representation of color #B081AF: hue angle of 301.28º 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 #B081AF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 175 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.31 |
| HSL | 301.28º | 0.23% | 0.6% | - |
| HSV(B) | 301.28º | 0.27% | 0.69% | - |
| XYZ | 33.49 | 28.03 | 44.2 | - |
| YUV | 148.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 175 | 0 | 0.27 | 0.01 | 0.31 | 301.28 | 0.23 | 0.6 |
| Hex | B0 | 81 | AF | 0 | 1B | 1 | 1F | 12D | 17 | 3C |
| Octal | 260 | 201 | 257 | 0 | 33 | 1 | 37 | 455 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10101111 | 0 | 11011 | 1 | 11111 | 100101101 | 10111 | 111100 |
Color Harmonies of #B081AF
Complementary color
Monochromatic Colors of #B081AF
Black with #B081AF
Text Example
Text Example
White with #B081AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B081AF; }
p { color: rgb(176,129,175); }
H1.HeaderClassName
{
color: #B081AF;
}
.AnyTagClassName
{
color: #B081AF;
}
</style>
background-color css
<style>
a { background-color: #B081AF; }
a { background-color: rgb(176,129,175); }
div.DivClassName
{
background-color: #B081AF;
}
.BgClassName
{
background-color: #B081AF;
}
</style>
border-color css
<style>
span { border-color: #B081AF; }
span { border-color: rgb(176,129,175); }
td.TdClassName
{
border-color: #B081AF;
}
.TagClassName
{
border-color: #B081AF;
}
</style>