Shades of London Hue #B579B2
Tints of London Hue #B579B2
RGB
CMYK
RGB Variations
Color information
#B579B2 (or 0xB579B2) is known color: London Hue. HEX triplet: B5, 79 and B2. RGB value is (181,121,178). Sum of RGB (Red+Green+Blue) = 181+121+178=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B579B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579B2 is #4A864D. Grayscale: #919191. Windows color (decimal): -4884046 or 11696565. OLE color: 11696565.
HSL color Cylindrical-coordinate representation of color #B579B2: hue angle of 303º 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 #B579B2 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 178 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.29 |
| HSL | 303º | 0.29% | 0.59% | - |
| HSV(B) | 303º | 0.33% | 0.71% | - |
| XYZ | 33.93 | 26.71 | 45.49 | - |
| YUV | 145.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 178 | 0 | 0.33 | 0.02 | 0.29 | 303 | 0.29 | 0.59 |
| Hex | B5 | 79 | B2 | 0 | 21 | 2 | 1D | 12F | 1D | 3B |
| Octal | 265 | 171 | 262 | 0 | 41 | 2 | 35 | 457 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10110010 | 0 | 100001 | 10 | 11101 | 100101111 | 11101 | 111011 |
Color Harmonies of #B579B2
Complementary color
Monochromatic Colors of #B579B2
Black with #B579B2
Text Example
Text Example
White with #B579B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579B2; }
p { color: rgb(181,121,178); }
H1.HeaderClassName
{
color: #B579B2;
}
.AnyTagClassName
{
color: #B579B2;
}
</style>
background-color css
<style>
a { background-color: #B579B2; }
a { background-color: rgb(181,121,178); }
div.DivClassName
{
background-color: #B579B2;
}
.BgClassName
{
background-color: #B579B2;
}
</style>
border-color css
<style>
span { border-color: #B579B2; }
span { border-color: rgb(181,121,178); }
td.TdClassName
{
border-color: #B579B2;
}
.TagClassName
{
border-color: #B579B2;
}
</style>