Shades of London Hue #B479B0
Tints of London Hue #B479B0
RGB
CMYK
RGB Variations
Color information
#B479B0 (or 0xB479B0) is known color: London Hue. HEX triplet: B4, 79 and B0. RGB value is (180,121,176). Sum of RGB (Red+Green+Blue) = 180+121+176=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B479B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479B0 is #4B864F. Grayscale: #909090. Windows color (decimal): -4949584 or 11565492. OLE color: 11565492.
HSL color Cylindrical-coordinate representation of color #B479B0: hue angle of 304.07º 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 #B479B0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 176 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.29 |
| HSL | 304.07º | 0.28% | 0.59% | - |
| HSV(B) | 304.07º | 0.33% | 0.71% | - |
| XYZ | 33.5 | 26.51 | 44.43 | - |
| YUV | 144.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 176 | 0 | 0.33 | 0.02 | 0.29 | 304.07 | 0.28 | 0.59 |
| Hex | B4 | 79 | B0 | 0 | 21 | 2 | 1D | 130 | 1C | 3B |
| Octal | 264 | 171 | 260 | 0 | 41 | 2 | 35 | 460 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10110000 | 0 | 100001 | 10 | 11101 | 100110000 | 11100 | 111011 |
Color Harmonies of #B479B0
Complementary color
Monochromatic Colors of #B479B0
Black with #B479B0
Text Example
Text Example
White with #B479B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B479B0; }
p { color: rgb(180,121,176); }
H1.HeaderClassName
{
color: #B479B0;
}
.AnyTagClassName
{
color: #B479B0;
}
</style>
background-color css
<style>
a { background-color: #B479B0; }
a { background-color: rgb(180,121,176); }
div.DivClassName
{
background-color: #B479B0;
}
.BgClassName
{
background-color: #B479B0;
}
</style>
border-color css
<style>
span { border-color: #B479B0; }
span { border-color: rgb(180,121,176); }
td.TdClassName
{
border-color: #B479B0;
}
.TagClassName
{
border-color: #B479B0;
}
</style>