Shades of London Hue #B479AA
Tints of London Hue #B479AA
RGB
CMYK
RGB Variations
Color information
#B479AA (or 0xB479AA) is known color: London Hue. HEX triplet: B4, 79 and AA. RGB value is (180,121,170). Sum of RGB (Red+Green+Blue) = 180+121+170=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B479AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479AA is #4B8655. Grayscale: #909090. Windows color (decimal): -4949590 or 11172276. OLE color: 11172276.
HSL color Cylindrical-coordinate representation of color #B479AA: hue angle of 310.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B479AA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 170 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.29 |
| HSL | 310.17º | 0.28% | 0.59% | - |
| HSV(B) | 310.17º | 0.33% | 0.71% | - |
| XYZ | 32.92 | 26.28 | 41.37 | - |
| YUV | 144.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 170 | 0 | 0.33 | 0.06 | 0.29 | 310.17 | 0.28 | 0.59 |
| Hex | B4 | 79 | AA | 0 | 21 | 6 | 1D | 136 | 1C | 3B |
| Octal | 264 | 171 | 252 | 0 | 41 | 6 | 35 | 466 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10101010 | 0 | 100001 | 110 | 11101 | 100110110 | 11100 | 111011 |
Color Harmonies of #B479AA
Complementary color
Monochromatic Colors of #B479AA
Black with #B479AA
Text Example
Text Example
White with #B479AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B479AA; }
p { color: rgb(180,121,170); }
H1.HeaderClassName
{
color: #B479AA;
}
.AnyTagClassName
{
color: #B479AA;
}
</style>
background-color css
<style>
a { background-color: #B479AA; }
a { background-color: rgb(180,121,170); }
div.DivClassName
{
background-color: #B479AA;
}
.BgClassName
{
background-color: #B479AA;
}
</style>
border-color css
<style>
span { border-color: #B479AA; }
span { border-color: rgb(180,121,170); }
td.TdClassName
{
border-color: #B479AA;
}
.TagClassName
{
border-color: #B479AA;
}
</style>