Shades of London Hue #B78DAD
Tints of London Hue #B78DAD
RGB
CMYK
RGB Variations
Color information
#B78DAD (or 0xB78DAD) is known color: London Hue. HEX triplet: B7, 8D and AD. RGB value is (183,141,173). Sum of RGB (Red+Green+Blue) = 183+141+173=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DAD is #487252. Grayscale: #9D9D9D. Windows color (decimal): -4747859 or 11374007. OLE color: 11374007.
HSL color Cylindrical-coordinate representation of color #B78DAD: hue angle of 314.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78DAD is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 173 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.28 |
| HSL | 314.29º | 0.23% | 0.64% | - |
| HSV(B) | 314.29º | 0.23% | 0.72% | - |
| XYZ | 36.6 | 32.13 | 43.81 | - |
| YUV | 157.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 173 | 0 | 0.23 | 0.05 | 0.28 | 314.29 | 0.23 | 0.64 |
| Hex | B7 | 8D | AD | 0 | 17 | 5 | 1C | 13A | 17 | 40 |
| Octal | 267 | 215 | 255 | 0 | 27 | 5 | 34 | 472 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10101101 | 0 | 10111 | 101 | 11100 | 100111010 | 10111 | 1000000 |
Color Harmonies of #B78DAD
Complementary color
Monochromatic Colors of #B78DAD
Black with #B78DAD
Text Example
Text Example
White with #B78DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DAD; }
p { color: rgb(183,141,173); }
H1.HeaderClassName
{
color: #B78DAD;
}
.AnyTagClassName
{
color: #B78DAD;
}
</style>
background-color css
<style>
a { background-color: #B78DAD; }
a { background-color: rgb(183,141,173); }
div.DivClassName
{
background-color: #B78DAD;
}
.BgClassName
{
background-color: #B78DAD;
}
</style>
border-color css
<style>
span { border-color: #B78DAD; }
span { border-color: rgb(183,141,173); }
td.TdClassName
{
border-color: #B78DAD;
}
.TagClassName
{
border-color: #B78DAD;
}
</style>