Shades of London Hue #B78CBB
Tints of London Hue #B78CBB
RGB
CMYK
RGB Variations
Color information
#B78CBB (or 0xB78CBB) is known color: London Hue. HEX triplet: B7, 8C and BB. RGB value is (183,140,187). Sum of RGB (Red+Green+Blue) = 183+140+187=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #B78CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CBB is #487344. Grayscale: #9E9E9E. Windows color (decimal): -4748101 or 12291255. OLE color: 12291255.
HSL color Cylindrical-coordinate representation of color #B78CBB: hue angle of 294.89º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78CBB is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 140 | 187 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.27 |
| HSL | 294.89º | 0.26% | 0.64% | - |
| HSV(B) | 294.89º | 0.25% | 0.73% | - |
| XYZ | 37.88 | 32.41 | 51.27 | - |
| YUV | 158.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 187 | 0.02 | 0.25 | 0 | 0.27 | 294.89 | 0.26 | 0.64 |
| Hex | B7 | 8C | BB | 2 | 19 | 0 | 1B | 127 | 1A | 40 |
| Octal | 267 | 214 | 273 | 2 | 31 | 0 | 33 | 447 | 32 | 100 |
| Binary | 10110111 | 10001100 | 10111011 | 10 | 11001 | 0 | 11011 | 100100111 | 11010 | 1000000 |
Color Harmonies of #B78CBB
Complementary color
Monochromatic Colors of #B78CBB
Black with #B78CBB
Text Example
Text Example
White with #B78CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CBB; }
p { color: rgb(183,140,187); }
H1.HeaderClassName
{
color: #B78CBB;
}
.AnyTagClassName
{
color: #B78CBB;
}
</style>
background-color css
<style>
a { background-color: #B78CBB; }
a { background-color: rgb(183,140,187); }
div.DivClassName
{
background-color: #B78CBB;
}
.BgClassName
{
background-color: #B78CBB;
}
</style>
border-color css
<style>
span { border-color: #B78CBB; }
span { border-color: rgb(183,140,187); }
td.TdClassName
{
border-color: #B78CBB;
}
.TagClassName
{
border-color: #B78CBB;
}
</style>