Shades of London Hue #B594AD
Tints of London Hue #B594AD
RGB
CMYK
RGB Variations
Color information
#B594AD (or 0xB594AD) is known color: London Hue. HEX triplet: B5, 94 and AD. RGB value is (181,148,173). Sum of RGB (Red+Green+Blue) = 181+148+173=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AD is #4A6B52. Grayscale: #A0A0A0. Windows color (decimal): -4877139 or 11375797. OLE color: 11375797.
HSL color Cylindrical-coordinate representation of color #B594AD: hue angle of 314.55º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B594AD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 173 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.29 |
| HSL | 314.55º | 0.18% | 0.65% | - |
| HSV(B) | 314.55º | 0.18% | 0.71% | - |
| XYZ | 37.19 | 34.02 | 44.14 | - |
| YUV | 160.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 173 | 0 | 0.18 | 0.04 | 0.29 | 314.55 | 0.18 | 0.65 |
| Hex | B5 | 94 | AD | 0 | 12 | 4 | 1D | 13B | 12 | 41 |
| Octal | 265 | 224 | 255 | 0 | 22 | 4 | 35 | 473 | 22 | 101 |
| Binary | 10110101 | 10010100 | 10101101 | 0 | 10010 | 100 | 11101 | 100111011 | 10010 | 1000001 |
Color Harmonies of #B594AD
Complementary color
Monochromatic Colors of #B594AD
Black with #B594AD
Text Example
Text Example
White with #B594AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B594AD; }
p { color: rgb(181,148,173); }
H1.HeaderClassName
{
color: #B594AD;
}
.AnyTagClassName
{
color: #B594AD;
}
</style>
background-color css
<style>
a { background-color: #B594AD; }
a { background-color: rgb(181,148,173); }
div.DivClassName
{
background-color: #B594AD;
}
.BgClassName
{
background-color: #B594AD;
}
</style>
border-color css
<style>
span { border-color: #B594AD; }
span { border-color: rgb(181,148,173); }
td.TdClassName
{
border-color: #B594AD;
}
.TagClassName
{
border-color: #B594AD;
}
</style>