Shades of London Hue #B575B7
Tints of London Hue #B575B7
RGB
CMYK
RGB Variations
Color information
#B575B7 (or 0xB575B7) is known color: London Hue. HEX triplet: B5, 75 and B7. RGB value is (181,117,183). Sum of RGB (Red+Green+Blue) = 181+117+183=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #B575B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575B7 is #4A8A48. Grayscale: #8F8F8F. Windows color (decimal): -4885065 or 12023221. OLE color: 12023221.
HSL color Cylindrical-coordinate representation of color #B575B7: hue angle of 298.18º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B575B7 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 117 | 183 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.28 |
| HSL | 298.18º | 0.31% | 0.59% | - |
| HSV(B) | 298.18º | 0.36% | 0.72% | - |
| XYZ | 33.96 | 25.97 | 48.02 | - |
| YUV | 143.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 183 | 0.01 | 0.36 | 0 | 0.28 | 298.18 | 0.31 | 0.59 |
| Hex | B5 | 75 | B7 | 1 | 24 | 0 | 1C | 12A | 1F | 3B |
| Octal | 265 | 165 | 267 | 1 | 44 | 0 | 34 | 452 | 37 | 73 |
| Binary | 10110101 | 1110101 | 10110111 | 1 | 100100 | 0 | 11100 | 100101010 | 11111 | 111011 |
Color Harmonies of #B575B7
Complementary color
Monochromatic Colors of #B575B7
Black with #B575B7
Text Example
Text Example
White with #B575B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575B7; }
p { color: rgb(181,117,183); }
H1.HeaderClassName
{
color: #B575B7;
}
.AnyTagClassName
{
color: #B575B7;
}
</style>
background-color css
<style>
a { background-color: #B575B7; }
a { background-color: rgb(181,117,183); }
div.DivClassName
{
background-color: #B575B7;
}
.BgClassName
{
background-color: #B575B7;
}
</style>
border-color css
<style>
span { border-color: #B575B7; }
span { border-color: rgb(181,117,183); }
td.TdClassName
{
border-color: #B575B7;
}
.TagClassName
{
border-color: #B575B7;
}
</style>