Shades of London Hue #B077AD
Tints of London Hue #B077AD
RGB
CMYK
RGB Variations
Color information
#B077AD (or 0xB077AD) is known color: London Hue. HEX triplet: B0, 77 and AD. RGB value is (176,119,173). Sum of RGB (Red+Green+Blue) = 176+119+173=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B077AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077AD is #4F8852. Grayscale: #8E8E8E. Windows color (decimal): -5212243 or 11368368. OLE color: 11368368.
HSL color Cylindrical-coordinate representation of color #B077AD: hue angle of 303.16º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B077AD is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 173 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.31 |
| HSL | 303.16º | 0.27% | 0.58% | - |
| HSV(B) | 303.16º | 0.32% | 0.69% | - |
| XYZ | 32.04 | 25.44 | 42.76 | - |
| YUV | 142.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 173 | 0 | 0.32 | 0.02 | 0.31 | 303.16 | 0.27 | 0.58 |
| Hex | B0 | 77 | AD | 0 | 20 | 2 | 1F | 12F | 1B | 3A |
| Octal | 260 | 167 | 255 | 0 | 40 | 2 | 37 | 457 | 33 | 72 |
| Binary | 10110000 | 1110111 | 10101101 | 0 | 100000 | 10 | 11111 | 100101111 | 11011 | 111010 |
Color Harmonies of #B077AD
Complementary color
Monochromatic Colors of #B077AD
Black with #B077AD
Text Example
Text Example
White with #B077AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077AD; }
p { color: rgb(176,119,173); }
H1.HeaderClassName
{
color: #B077AD;
}
.AnyTagClassName
{
color: #B077AD;
}
</style>
background-color css
<style>
a { background-color: #B077AD; }
a { background-color: rgb(176,119,173); }
div.DivClassName
{
background-color: #B077AD;
}
.BgClassName
{
background-color: #B077AD;
}
</style>
border-color css
<style>
span { border-color: #B077AD; }
span { border-color: rgb(176,119,173); }
td.TdClassName
{
border-color: #B077AD;
}
.TagClassName
{
border-color: #B077AD;
}
</style>