Shades of London Hue #B476AB
Tints of London Hue #B476AB
RGB
CMYK
RGB Variations
Color information
#B476AB (or 0xB476AB) is known color: London Hue. HEX triplet: B4, 76 and AB. RGB value is (180,118,171). Sum of RGB (Red+Green+Blue) = 180+118+171=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B476AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476AB is #4B8954. Grayscale: #8E8E8E. Windows color (decimal): -4950357 or 11237044. OLE color: 11237044.
HSL color Cylindrical-coordinate representation of color #B476AB: hue angle of 308.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B476AB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 171 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.29 |
| HSL | 308.71º | 0.29% | 0.58% | - |
| HSV(B) | 308.71º | 0.34% | 0.71% | - |
| XYZ | 32.65 | 25.6 | 41.75 | - |
| YUV | 142.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 171 | 0 | 0.34 | 0.05 | 0.29 | 308.71 | 0.29 | 0.58 |
| Hex | B4 | 76 | AB | 0 | 22 | 5 | 1D | 135 | 1D | 3A |
| Octal | 264 | 166 | 253 | 0 | 42 | 5 | 35 | 465 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10101011 | 0 | 100010 | 101 | 11101 | 100110101 | 11101 | 111010 |
Color Harmonies of #B476AB
Complementary color
Monochromatic Colors of #B476AB
Black with #B476AB
Text Example
Text Example
White with #B476AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476AB; }
p { color: rgb(180,118,171); }
H1.HeaderClassName
{
color: #B476AB;
}
.AnyTagClassName
{
color: #B476AB;
}
</style>
background-color css
<style>
a { background-color: #B476AB; }
a { background-color: rgb(180,118,171); }
div.DivClassName
{
background-color: #B476AB;
}
.BgClassName
{
background-color: #B476AB;
}
</style>
border-color css
<style>
span { border-color: #B476AB; }
span { border-color: rgb(180,118,171); }
td.TdClassName
{
border-color: #B476AB;
}
.TagClassName
{
border-color: #B476AB;
}
</style>