Shades of London Hue #B579B0
Tints of London Hue #B579B0
RGB
CMYK
RGB Variations
Color information
#B579B0 (or 0xB579B0) is known color: London Hue. HEX triplet: B5, 79 and B0. RGB value is (181,121,176). Sum of RGB (Red+Green+Blue) = 181+121+176=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B579B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579B0 is #4A864F. Grayscale: #919191. Windows color (decimal): -4884048 or 11565493. OLE color: 11565493.
HSL color Cylindrical-coordinate representation of color #B579B0: hue angle of 305º degrees, saturation: 0.29, 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 #B579B0 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 176 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.29 |
| HSL | 305º | 0.29% | 0.59% | - |
| HSV(B) | 305º | 0.33% | 0.71% | - |
| XYZ | 33.73 | 26.63 | 44.44 | - |
| YUV | 145.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 176 | 0 | 0.33 | 0.03 | 0.29 | 305 | 0.29 | 0.59 |
| Hex | B5 | 79 | B0 | 0 | 21 | 3 | 1D | 131 | 1D | 3B |
| Octal | 265 | 171 | 260 | 0 | 41 | 3 | 35 | 461 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10110000 | 0 | 100001 | 11 | 11101 | 100110001 | 11101 | 111011 |
Color Harmonies of #B579B0
Complementary color
Monochromatic Colors of #B579B0
Black with #B579B0
Text Example
Text Example
White with #B579B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579B0; }
p { color: rgb(181,121,176); }
H1.HeaderClassName
{
color: #B579B0;
}
.AnyTagClassName
{
color: #B579B0;
}
</style>
background-color css
<style>
a { background-color: #B579B0; }
a { background-color: rgb(181,121,176); }
div.DivClassName
{
background-color: #B579B0;
}
.BgClassName
{
background-color: #B579B0;
}
</style>
border-color css
<style>
span { border-color: #B579B0; }
span { border-color: rgb(181,121,176); }
td.TdClassName
{
border-color: #B579B0;
}
.TagClassName
{
border-color: #B579B0;
}
</style>