Shades of London Hue #B575AC
Tints of London Hue #B575AC
RGB
CMYK
RGB Variations
Color information
#B575AC (or 0xB575AC) is known color: London Hue. HEX triplet: B5, 75 and AC. RGB value is (181,117,172). Sum of RGB (Red+Green+Blue) = 181+117+172=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B575AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575AC is #4A8A53. Grayscale: #8E8E8E. Windows color (decimal): -4885076 or 11302325. OLE color: 11302325.
HSL color Cylindrical-coordinate representation of color #B575AC: hue angle of 308.44º 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 #B575AC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 172 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.29 |
| HSL | 308.44º | 0.3% | 0.58% | - |
| HSV(B) | 308.44º | 0.35% | 0.71% | - |
| XYZ | 32.86 | 25.52 | 42.22 | - |
| YUV | 142.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 172 | 0 | 0.35 | 0.05 | 0.29 | 308.44 | 0.3 | 0.58 |
| Hex | B5 | 75 | AC | 0 | 23 | 5 | 1D | 134 | 1E | 3A |
| Octal | 265 | 165 | 254 | 0 | 43 | 5 | 35 | 464 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10101100 | 0 | 100011 | 101 | 11101 | 100110100 | 11110 | 111010 |
Color Harmonies of #B575AC
Complementary color
Monochromatic Colors of #B575AC
Black with #B575AC
Text Example
Text Example
White with #B575AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575AC; }
p { color: rgb(181,117,172); }
H1.HeaderClassName
{
color: #B575AC;
}
.AnyTagClassName
{
color: #B575AC;
}
</style>
background-color css
<style>
a { background-color: #B575AC; }
a { background-color: rgb(181,117,172); }
div.DivClassName
{
background-color: #B575AC;
}
.BgClassName
{
background-color: #B575AC;
}
</style>
border-color css
<style>
span { border-color: #B575AC; }
span { border-color: rgb(181,117,172); }
td.TdClassName
{
border-color: #B575AC;
}
.TagClassName
{
border-color: #B575AC;
}
</style>