Shades of London Hue #B581AD
Tints of London Hue #B581AD
RGB
CMYK
RGB Variations
Color information
#B581AD (or 0xB581AD) is known color: London Hue. HEX triplet: B5, 81 and AD. RGB value is (181,129,173). Sum of RGB (Red+Green+Blue) = 181+129+173=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B581AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581AD is #4A7E52. Grayscale: #959595. Windows color (decimal): -4882003 or 11370933. OLE color: 11370933.
HSL color Cylindrical-coordinate representation of color #B581AD: hue angle of 309.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B581AD is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 173 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.29 |
| HSL | 309.23º | 0.26% | 0.61% | - |
| HSV(B) | 309.23º | 0.29% | 0.71% | - |
| XYZ | 34.45 | 28.54 | 43.23 | - |
| YUV | 149.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 173 | 0 | 0.29 | 0.04 | 0.29 | 309.23 | 0.26 | 0.61 |
| Hex | B5 | 81 | AD | 0 | 1D | 4 | 1D | 135 | 1A | 3D |
| Octal | 265 | 201 | 255 | 0 | 35 | 4 | 35 | 465 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10101101 | 0 | 11101 | 100 | 11101 | 100110101 | 11010 | 111101 |
Color Harmonies of #B581AD
Complementary color
Monochromatic Colors of #B581AD
Black with #B581AD
Text Example
Text Example
White with #B581AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581AD; }
p { color: rgb(181,129,173); }
H1.HeaderClassName
{
color: #B581AD;
}
.AnyTagClassName
{
color: #B581AD;
}
</style>
background-color css
<style>
a { background-color: #B581AD; }
a { background-color: rgb(181,129,173); }
div.DivClassName
{
background-color: #B581AD;
}
.BgClassName
{
background-color: #B581AD;
}
</style>
border-color css
<style>
span { border-color: #B581AD; }
span { border-color: rgb(181,129,173); }
td.TdClassName
{
border-color: #B581AD;
}
.TagClassName
{
border-color: #B581AD;
}
</style>