Shades of London Hue #B78BB1
Tints of London Hue #B78BB1
RGB
CMYK
RGB Variations
Color information
#B78BB1 (or 0xB78BB1) is known color: London Hue. HEX triplet: B7, 8B and B1. RGB value is (183,139,177). Sum of RGB (Red+Green+Blue) = 183+139+177=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BB1 is #48744E. Grayscale: #9C9C9C. Windows color (decimal): -4748367 or 11635639. OLE color: 11635639.
HSL color Cylindrical-coordinate representation of color #B78BB1: hue angle of 308.18º 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 #B78BB1 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 177 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.28 |
| HSL | 308.18º | 0.23% | 0.63% | - |
| HSV(B) | 308.18º | 0.24% | 0.72% | - |
| XYZ | 36.7 | 31.71 | 45.78 | - |
| YUV | 156.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 177 | 0 | 0.24 | 0.03 | 0.28 | 308.18 | 0.23 | 0.63 |
| Hex | B7 | 8B | B1 | 0 | 18 | 3 | 1C | 134 | 17 | 3F |
| Octal | 267 | 213 | 261 | 0 | 30 | 3 | 34 | 464 | 27 | 77 |
| Binary | 10110111 | 10001011 | 10110001 | 0 | 11000 | 11 | 11100 | 100110100 | 10111 | 111111 |
Color Harmonies of #B78BB1
Complementary color
Monochromatic Colors of #B78BB1
Black with #B78BB1
Text Example
Text Example
White with #B78BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BB1; }
p { color: rgb(183,139,177); }
H1.HeaderClassName
{
color: #B78BB1;
}
.AnyTagClassName
{
color: #B78BB1;
}
</style>
background-color css
<style>
a { background-color: #B78BB1; }
a { background-color: rgb(183,139,177); }
div.DivClassName
{
background-color: #B78BB1;
}
.BgClassName
{
background-color: #B78BB1;
}
</style>
border-color css
<style>
span { border-color: #B78BB1; }
span { border-color: rgb(183,139,177); }
td.TdClassName
{
border-color: #B78BB1;
}
.TagClassName
{
border-color: #B78BB1;
}
</style>