Shades of London Hue #B57AAD
Tints of London Hue #B57AAD
RGB
CMYK
RGB Variations
Color information
#B57AAD (or 0xB57AAD) is known color: London Hue. HEX triplet: B5, 7A and AD. RGB value is (181,122,173). Sum of RGB (Red+Green+Blue) = 181+122+173=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AAD is #4A8552. Grayscale: #919191. Windows color (decimal): -4883795 or 11369141. OLE color: 11369141.
HSL color Cylindrical-coordinate representation of color #B57AAD: hue angle of 308.14º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57AAD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 173 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.29 |
| HSL | 308.14º | 0.29% | 0.59% | - |
| HSV(B) | 308.14º | 0.33% | 0.71% | - |
| XYZ | 33.56 | 26.76 | 42.93 | - |
| YUV | 145.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 173 | 0 | 0.33 | 0.04 | 0.29 | 308.14 | 0.29 | 0.59 |
| Hex | B5 | 7A | AD | 0 | 21 | 4 | 1D | 134 | 1D | 3B |
| Octal | 265 | 172 | 255 | 0 | 41 | 4 | 35 | 464 | 35 | 73 |
| Binary | 10110101 | 1111010 | 10101101 | 0 | 100001 | 100 | 11101 | 100110100 | 11101 | 111011 |
Color Harmonies of #B57AAD
Complementary color
Monochromatic Colors of #B57AAD
Black with #B57AAD
Text Example
Text Example
White with #B57AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AAD; }
p { color: rgb(181,122,173); }
H1.HeaderClassName
{
color: #B57AAD;
}
.AnyTagClassName
{
color: #B57AAD;
}
</style>
background-color css
<style>
a { background-color: #B57AAD; }
a { background-color: rgb(181,122,173); }
div.DivClassName
{
background-color: #B57AAD;
}
.BgClassName
{
background-color: #B57AAD;
}
</style>
border-color css
<style>
span { border-color: #B57AAD; }
span { border-color: rgb(181,122,173); }
td.TdClassName
{
border-color: #B57AAD;
}
.TagClassName
{
border-color: #B57AAD;
}
</style>