Shades of London Hue #B57DAC
Tints of London Hue #B57DAC
RGB
CMYK
RGB Variations
Color information
#B57DAC (or 0xB57DAC) is known color: London Hue. HEX triplet: B5, 7D and AC. RGB value is (181,125,172). Sum of RGB (Red+Green+Blue) = 181+125+172=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DAC is #4A8253. Grayscale: #929292. Windows color (decimal): -4883028 or 11304373. OLE color: 11304373.
HSL color Cylindrical-coordinate representation of color #B57DAC: hue angle of 309.64º 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 #B57DAC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 172 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.29 |
| HSL | 309.64º | 0.27% | 0.6% | - |
| HSV(B) | 309.64º | 0.31% | 0.71% | - |
| XYZ | 33.84 | 27.47 | 42.55 | - |
| YUV | 147.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 172 | 0 | 0.31 | 0.05 | 0.29 | 309.64 | 0.27 | 0.6 |
| Hex | B5 | 7D | AC | 0 | 1F | 5 | 1D | 136 | 1B | 3C |
| Octal | 265 | 175 | 254 | 0 | 37 | 5 | 35 | 466 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10101100 | 0 | 11111 | 101 | 11101 | 100110110 | 11011 | 111100 |
Color Harmonies of #B57DAC
Complementary color
Monochromatic Colors of #B57DAC
Black with #B57DAC
Text Example
Text Example
White with #B57DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DAC; }
p { color: rgb(181,125,172); }
H1.HeaderClassName
{
color: #B57DAC;
}
.AnyTagClassName
{
color: #B57DAC;
}
</style>
background-color css
<style>
a { background-color: #B57DAC; }
a { background-color: rgb(181,125,172); }
div.DivClassName
{
background-color: #B57DAC;
}
.BgClassName
{
background-color: #B57DAC;
}
</style>
border-color css
<style>
span { border-color: #B57DAC; }
span { border-color: rgb(181,125,172); }
td.TdClassName
{
border-color: #B57DAC;
}
.TagClassName
{
border-color: #B57DAC;
}
</style>