Shades of London Hue #B78FAE
Tints of London Hue #B78FAE
RGB
CMYK
RGB Variations
Color information
#B78FAE (or 0xB78FAE) is known color: London Hue. HEX triplet: B7, 8F and AE. RGB value is (183,143,174). Sum of RGB (Red+Green+Blue) = 183+143+174=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B78FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78FAE is #487051. Grayscale: #9E9E9E. Windows color (decimal): -4747346 or 11440055. OLE color: 11440055.
HSL color Cylindrical-coordinate representation of color #B78FAE: hue angle of 313.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B78FAE is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 174 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.28 |
| HSL | 313.5º | 0.22% | 0.64% | - |
| HSV(B) | 313.5º | 0.22% | 0.72% | - |
| XYZ | 36.99 | 32.77 | 44.42 | - |
| YUV | 158.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 174 | 0 | 0.22 | 0.05 | 0.28 | 313.5 | 0.22 | 0.64 |
| Hex | B7 | 8F | AE | 0 | 16 | 5 | 1C | 13A | 16 | 40 |
| Octal | 267 | 217 | 256 | 0 | 26 | 5 | 34 | 472 | 26 | 100 |
| Binary | 10110111 | 10001111 | 10101110 | 0 | 10110 | 101 | 11100 | 100111010 | 10110 | 1000000 |
Color Harmonies of #B78FAE
Complementary color
Monochromatic Colors of #B78FAE
Black with #B78FAE
Text Example
Text Example
White with #B78FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FAE; }
p { color: rgb(183,143,174); }
H1.HeaderClassName
{
color: #B78FAE;
}
.AnyTagClassName
{
color: #B78FAE;
}
</style>
background-color css
<style>
a { background-color: #B78FAE; }
a { background-color: rgb(183,143,174); }
div.DivClassName
{
background-color: #B78FAE;
}
.BgClassName
{
background-color: #B78FAE;
}
</style>
border-color css
<style>
span { border-color: #B78FAE; }
span { border-color: rgb(183,143,174); }
td.TdClassName
{
border-color: #B78FAE;
}
.TagClassName
{
border-color: #B78FAE;
}
</style>