Shades of London Hue #B080AF
Tints of London Hue #B080AF
RGB
CMYK
RGB Variations
Color information
#B080AF (or 0xB080AF) is known color: London Hue. HEX triplet: B0, 80 and AF. RGB value is (176,128,175). Sum of RGB (Red+Green+Blue) = 176+128+175=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B080AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080AF is #4F7F50. Grayscale: #939393. Windows color (decimal): -5209937 or 11501744. OLE color: 11501744.
HSL color Cylindrical-coordinate representation of color #B080AF: hue angle of 301.25º 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 #B080AF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 175 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.31 |
| HSL | 301.25º | 0.23% | 0.6% | - |
| HSV(B) | 301.25º | 0.27% | 0.69% | - |
| XYZ | 33.36 | 27.76 | 44.16 | - |
| YUV | 147.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 175 | 0 | 0.27 | 0.01 | 0.31 | 301.25 | 0.23 | 0.6 |
| Hex | B0 | 80 | AF | 0 | 1B | 1 | 1F | 12D | 17 | 3C |
| Octal | 260 | 200 | 257 | 0 | 33 | 1 | 37 | 455 | 27 | 74 |
| Binary | 10110000 | 10000000 | 10101111 | 0 | 11011 | 1 | 11111 | 100101101 | 10111 | 111100 |
Color Harmonies of #B080AF
Complementary color
Monochromatic Colors of #B080AF
Black with #B080AF
Text Example
Text Example
White with #B080AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080AF; }
p { color: rgb(176,128,175); }
H1.HeaderClassName
{
color: #B080AF;
}
.AnyTagClassName
{
color: #B080AF;
}
</style>
background-color css
<style>
a { background-color: #B080AF; }
a { background-color: rgb(176,128,175); }
div.DivClassName
{
background-color: #B080AF;
}
.BgClassName
{
background-color: #B080AF;
}
</style>
border-color css
<style>
span { border-color: #B080AF; }
span { border-color: rgb(176,128,175); }
td.TdClassName
{
border-color: #B080AF;
}
.TagClassName
{
border-color: #B080AF;
}
</style>