Shades of London Hue #B584AD
Tints of London Hue #B584AD
RGB
CMYK
RGB Variations
Color information
#B584AD (or 0xB584AD) is known color: London Hue. HEX triplet: B5, 84 and AD. RGB value is (181,132,173). Sum of RGB (Red+Green+Blue) = 181+132+173=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B584AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B584AD is #4A7B52. Grayscale: #979797. Windows color (decimal): -4881235 or 11371701. OLE color: 11371701.
HSL color Cylindrical-coordinate representation of color #B584AD: hue angle of 309.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B584AD is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 173 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.29 |
| HSL | 309.8º | 0.25% | 0.61% | - |
| HSV(B) | 309.8º | 0.27% | 0.71% | - |
| XYZ | 34.85 | 29.34 | 43.36 | - |
| YUV | 151.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 173 | 0 | 0.27 | 0.04 | 0.29 | 309.8 | 0.25 | 0.61 |
| Hex | B5 | 84 | AD | 0 | 1B | 4 | 1D | 136 | 19 | 3D |
| Octal | 265 | 204 | 255 | 0 | 33 | 4 | 35 | 466 | 31 | 75 |
| Binary | 10110101 | 10000100 | 10101101 | 0 | 11011 | 100 | 11101 | 100110110 | 11001 | 111101 |
Color Harmonies of #B584AD
Complementary color
Monochromatic Colors of #B584AD
Black with #B584AD
Text Example
Text Example
White with #B584AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584AD; }
p { color: rgb(181,132,173); }
H1.HeaderClassName
{
color: #B584AD;
}
.AnyTagClassName
{
color: #B584AD;
}
</style>
background-color css
<style>
a { background-color: #B584AD; }
a { background-color: rgb(181,132,173); }
div.DivClassName
{
background-color: #B584AD;
}
.BgClassName
{
background-color: #B584AD;
}
</style>
border-color css
<style>
span { border-color: #B584AD; }
span { border-color: rgb(181,132,173); }
td.TdClassName
{
border-color: #B584AD;
}
.TagClassName
{
border-color: #B584AD;
}
</style>