Shades of London Hue #B590AF
Tints of London Hue #B590AF
RGB
CMYK
RGB Variations
Color information
#B590AF (or 0xB590AF) is known color: London Hue. HEX triplet: B5, 90 and AF. RGB value is (181,144,175). Sum of RGB (Red+Green+Blue) = 181+144+175=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B590AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B590AF is #4A6F50. Grayscale: #9E9E9E. Windows color (decimal): -4878161 or 11505845. OLE color: 11505845.
HSL color Cylindrical-coordinate representation of color #B590AF: hue angle of 309.73º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B590AF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 175 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.29 |
| HSL | 309.73º | 0.2% | 0.64% | - |
| HSV(B) | 309.73º | 0.2% | 0.71% | - |
| XYZ | 36.77 | 32.87 | 44.96 | - |
| YUV | 158.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 175 | 0 | 0.20 | 0.03 | 0.29 | 309.73 | 0.2 | 0.64 |
| Hex | B5 | 90 | AF | 0 | 14 | 3 | 1D | 136 | 14 | 40 |
| Octal | 265 | 220 | 257 | 0 | 24 | 3 | 35 | 466 | 24 | 100 |
| Binary | 10110101 | 10010000 | 10101111 | 0 | 10100 | 11 | 11101 | 100110110 | 10100 | 1000000 |
Color Harmonies of #B590AF
Complementary color
Monochromatic Colors of #B590AF
Black with #B590AF
Text Example
Text Example
White with #B590AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590AF; }
p { color: rgb(181,144,175); }
H1.HeaderClassName
{
color: #B590AF;
}
.AnyTagClassName
{
color: #B590AF;
}
</style>
background-color css
<style>
a { background-color: #B590AF; }
a { background-color: rgb(181,144,175); }
div.DivClassName
{
background-color: #B590AF;
}
.BgClassName
{
background-color: #B590AF;
}
</style>
border-color css
<style>
span { border-color: #B590AF; }
span { border-color: rgb(181,144,175); }
td.TdClassName
{
border-color: #B590AF;
}
.TagClassName
{
border-color: #B590AF;
}
</style>