Shades of London Hue #B78BAE
Tints of London Hue #B78BAE
RGB
CMYK
RGB Variations
Color information
#B78BAE (or 0xB78BAE) is known color: London Hue. HEX triplet: B7, 8B and AE. RGB value is (183,139,174). Sum of RGB (Red+Green+Blue) = 183+139+174=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BAE is #487451. Grayscale: #9C9C9C. Windows color (decimal): -4748370 or 11439031. OLE color: 11439031.
HSL color Cylindrical-coordinate representation of color #B78BAE: hue angle of 312.27º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78BAE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 174 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.28 |
| HSL | 312.27º | 0.23% | 0.63% | - |
| HSV(B) | 312.27º | 0.24% | 0.72% | - |
| XYZ | 36.4 | 31.59 | 44.22 | - |
| YUV | 156.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 174 | 0 | 0.24 | 0.05 | 0.28 | 312.27 | 0.23 | 0.63 |
| Hex | B7 | 8B | AE | 0 | 18 | 5 | 1C | 138 | 17 | 3F |
| Octal | 267 | 213 | 256 | 0 | 30 | 5 | 34 | 470 | 27 | 77 |
| Binary | 10110111 | 10001011 | 10101110 | 0 | 11000 | 101 | 11100 | 100111000 | 10111 | 111111 |
Color Harmonies of #B78BAE
Complementary color
Monochromatic Colors of #B78BAE
Black with #B78BAE
Text Example
Text Example
White with #B78BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BAE; }
p { color: rgb(183,139,174); }
H1.HeaderClassName
{
color: #B78BAE;
}
.AnyTagClassName
{
color: #B78BAE;
}
</style>
background-color css
<style>
a { background-color: #B78BAE; }
a { background-color: rgb(183,139,174); }
div.DivClassName
{
background-color: #B78BAE;
}
.BgClassName
{
background-color: #B78BAE;
}
</style>
border-color css
<style>
span { border-color: #B78BAE; }
span { border-color: rgb(183,139,174); }
td.TdClassName
{
border-color: #B78BAE;
}
.TagClassName
{
border-color: #B78BAE;
}
</style>