Shades of London Hue #B575AF
Tints of London Hue #B575AF
RGB
CMYK
RGB Variations
Color information
#B575AF (or 0xB575AF) is known color: London Hue. HEX triplet: B5, 75 and AF. RGB value is (181,117,175). Sum of RGB (Red+Green+Blue) = 181+117+175=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B575AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575AF is #4A8A50. Grayscale: #8E8E8E. Windows color (decimal): -4885073 or 11498933. OLE color: 11498933.
HSL color Cylindrical-coordinate representation of color #B575AF: hue angle of 305.62º 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 #B575AF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 175 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.29 |
| HSL | 305.63º | 0.3% | 0.58% | - |
| HSV(B) | 305.63º | 0.35% | 0.71% | - |
| XYZ | 33.16 | 25.64 | 43.76 | - |
| YUV | 142.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 175 | 0 | 0.35 | 0.03 | 0.29 | 305.63 | 0.3 | 0.58 |
| Hex | B5 | 75 | AF | 0 | 23 | 3 | 1D | 132 | 1E | 3A |
| Octal | 265 | 165 | 257 | 0 | 43 | 3 | 35 | 462 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10101111 | 0 | 100011 | 11 | 11101 | 100110010 | 11110 | 111010 |
Color Harmonies of #B575AF
Complementary color
Monochromatic Colors of #B575AF
Black with #B575AF
Text Example
Text Example
White with #B575AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575AF; }
p { color: rgb(181,117,175); }
H1.HeaderClassName
{
color: #B575AF;
}
.AnyTagClassName
{
color: #B575AF;
}
</style>
background-color css
<style>
a { background-color: #B575AF; }
a { background-color: rgb(181,117,175); }
div.DivClassName
{
background-color: #B575AF;
}
.BgClassName
{
background-color: #B575AF;
}
</style>
border-color css
<style>
span { border-color: #B575AF; }
span { border-color: rgb(181,117,175); }
td.TdClassName
{
border-color: #B575AF;
}
.TagClassName
{
border-color: #B575AF;
}
</style>