Shades of London Hue #B57DAA
Tints of London Hue #B57DAA
RGB
CMYK
RGB Variations
Color information
#B57DAA (or 0xB57DAA) is known color: London Hue. HEX triplet: B5, 7D and AA. RGB value is (181,125,170). Sum of RGB (Red+Green+Blue) = 181+125+170=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DAA is #4A8255. Grayscale: #929292. Windows color (decimal): -4883030 or 11173301. OLE color: 11173301.
HSL color Cylindrical-coordinate representation of color #B57DAA: hue angle of 311.79º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57DAA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 170 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.29 |
| HSL | 311.79º | 0.27% | 0.6% | - |
| HSV(B) | 311.79º | 0.31% | 0.71% | - |
| XYZ | 33.65 | 27.39 | 41.54 | - |
| YUV | 146.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 170 | 0 | 0.31 | 0.06 | 0.29 | 311.79 | 0.27 | 0.6 |
| Hex | B5 | 7D | AA | 0 | 1F | 6 | 1D | 138 | 1B | 3C |
| Octal | 265 | 175 | 252 | 0 | 37 | 6 | 35 | 470 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10101010 | 0 | 11111 | 110 | 11101 | 100111000 | 11011 | 111100 |
Color Harmonies of #B57DAA
Complementary color
Monochromatic Colors of #B57DAA
Black with #B57DAA
Text Example
Text Example
White with #B57DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DAA; }
p { color: rgb(181,125,170); }
H1.HeaderClassName
{
color: #B57DAA;
}
.AnyTagClassName
{
color: #B57DAA;
}
</style>
background-color css
<style>
a { background-color: #B57DAA; }
a { background-color: rgb(181,125,170); }
div.DivClassName
{
background-color: #B57DAA;
}
.BgClassName
{
background-color: #B57DAA;
}
</style>
border-color css
<style>
span { border-color: #B57DAA; }
span { border-color: rgb(181,125,170); }
td.TdClassName
{
border-color: #B57DAA;
}
.TagClassName
{
border-color: #B57DAA;
}
</style>