Shades of London Hue #B78FAC
Tints of London Hue #B78FAC
RGB
CMYK
RGB Variations
Color information
#B78FAC (or 0xB78FAC) is known color: London Hue. HEX triplet: B7, 8F and AC. RGB value is (183,143,172). Sum of RGB (Red+Green+Blue) = 183+143+172=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B78FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78FAC is #487053. Grayscale: #9E9E9E. Windows color (decimal): -4747348 or 11308983. OLE color: 11308983.
HSL color Cylindrical-coordinate representation of color #B78FAC: hue angle of 316.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 #B78FAC is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 172 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.28 |
| HSL | 316.5º | 0.22% | 0.64% | - |
| HSV(B) | 316.5º | 0.22% | 0.72% | - |
| XYZ | 36.8 | 32.69 | 43.4 | - |
| YUV | 158.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 172 | 0 | 0.22 | 0.06 | 0.28 | 316.5 | 0.22 | 0.64 |
| Hex | B7 | 8F | AC | 0 | 16 | 6 | 1C | 13C | 16 | 40 |
| Octal | 267 | 217 | 254 | 0 | 26 | 6 | 34 | 474 | 26 | 100 |
| Binary | 10110111 | 10001111 | 10101100 | 0 | 10110 | 110 | 11100 | 100111100 | 10110 | 1000000 |
Color Harmonies of #B78FAC
Complementary color
Monochromatic Colors of #B78FAC
Black with #B78FAC
Text Example
Text Example
White with #B78FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FAC; }
p { color: rgb(183,143,172); }
H1.HeaderClassName
{
color: #B78FAC;
}
.AnyTagClassName
{
color: #B78FAC;
}
</style>
background-color css
<style>
a { background-color: #B78FAC; }
a { background-color: rgb(183,143,172); }
div.DivClassName
{
background-color: #B78FAC;
}
.BgClassName
{
background-color: #B78FAC;
}
</style>
border-color css
<style>
span { border-color: #B78FAC; }
span { border-color: rgb(183,143,172); }
td.TdClassName
{
border-color: #B78FAC;
}
.TagClassName
{
border-color: #B78FAC;
}
</style>