Shades of London Hue #B076AD
Tints of London Hue #B076AD
RGB
CMYK
RGB Variations
Color information
#B076AD (or 0xB076AD) is known color: London Hue. HEX triplet: B0, 76 and AD. RGB value is (176,118,173). Sum of RGB (Red+Green+Blue) = 176+118+173=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B076AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076AD is #4F8952. Grayscale: #8D8D8D. Windows color (decimal): -5212499 or 11368112. OLE color: 11368112.
HSL color Cylindrical-coordinate representation of color #B076AD: hue angle of 303.1º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B076AD is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 173 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.31 |
| HSL | 303.1º | 0.27% | 0.58% | - |
| HSV(B) | 303.1º | 0.33% | 0.69% | - |
| XYZ | 31.93 | 25.2 | 42.72 | - |
| YUV | 141.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 173 | 0 | 0.33 | 0.02 | 0.31 | 303.1 | 0.27 | 0.58 |
| Hex | B0 | 76 | AD | 0 | 21 | 2 | 1F | 12F | 1B | 3A |
| Octal | 260 | 166 | 255 | 0 | 41 | 2 | 37 | 457 | 33 | 72 |
| Binary | 10110000 | 1110110 | 10101101 | 0 | 100001 | 10 | 11111 | 100101111 | 11011 | 111010 |
Color Harmonies of #B076AD
Complementary color
Monochromatic Colors of #B076AD
Black with #B076AD
Text Example
Text Example
White with #B076AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B076AD; }
p { color: rgb(176,118,173); }
H1.HeaderClassName
{
color: #B076AD;
}
.AnyTagClassName
{
color: #B076AD;
}
</style>
background-color css
<style>
a { background-color: #B076AD; }
a { background-color: rgb(176,118,173); }
div.DivClassName
{
background-color: #B076AD;
}
.BgClassName
{
background-color: #B076AD;
}
</style>
border-color css
<style>
span { border-color: #B076AD; }
span { border-color: rgb(176,118,173); }
td.TdClassName
{
border-color: #B076AD;
}
.TagClassName
{
border-color: #B076AD;
}
</style>