Shades of London Hue #B575B0
Tints of London Hue #B575B0
RGB
CMYK
RGB Variations
Color information
#B575B0 (or 0xB575B0) is known color: London Hue. HEX triplet: B5, 75 and B0. RGB value is (181,117,176). Sum of RGB (Red+Green+Blue) = 181+117+176=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B575B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575B0 is #4A8A4F. Grayscale: #8E8E8E. Windows color (decimal): -4885072 or 11564469. OLE color: 11564469.
HSL color Cylindrical-coordinate representation of color #B575B0: hue angle of 304.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B575B0 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 176 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.29 |
| HSL | 304.69º | 0.3% | 0.58% | - |
| HSV(B) | 304.69º | 0.35% | 0.71% | - |
| XYZ | 33.25 | 25.68 | 44.28 | - |
| YUV | 142.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 176 | 0 | 0.35 | 0.03 | 0.29 | 304.69 | 0.3 | 0.58 |
| Hex | B5 | 75 | B0 | 0 | 23 | 3 | 1D | 131 | 1E | 3A |
| Octal | 265 | 165 | 260 | 0 | 43 | 3 | 35 | 461 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10110000 | 0 | 100011 | 11 | 11101 | 100110001 | 11110 | 111010 |
Color Harmonies of #B575B0
Complementary color
Monochromatic Colors of #B575B0
Black with #B575B0
Text Example
Text Example
White with #B575B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575B0; }
p { color: rgb(181,117,176); }
H1.HeaderClassName
{
color: #B575B0;
}
.AnyTagClassName
{
color: #B575B0;
}
</style>
background-color css
<style>
a { background-color: #B575B0; }
a { background-color: rgb(181,117,176); }
div.DivClassName
{
background-color: #B575B0;
}
.BgClassName
{
background-color: #B575B0;
}
</style>
border-color css
<style>
span { border-color: #B575B0; }
span { border-color: rgb(181,117,176); }
td.TdClassName
{
border-color: #B575B0;
}
.TagClassName
{
border-color: #B575B0;
}
</style>