Shades of London Hue #B78BB2
Tints of London Hue #B78BB2
RGB
CMYK
RGB Variations
Color information
#B78BB2 (or 0xB78BB2) is known color: London Hue. HEX triplet: B7, 8B and B2. RGB value is (183,139,178). Sum of RGB (Red+Green+Blue) = 183+139+178=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BB2 is #48744D. Grayscale: #9C9C9C. Windows color (decimal): -4748366 or 11701175. OLE color: 11701175.
HSL color Cylindrical-coordinate representation of color #B78BB2: hue angle of 306.82º 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 #B78BB2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 178 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.28 |
| HSL | 306.82º | 0.23% | 0.63% | - |
| HSV(B) | 306.82º | 0.24% | 0.72% | - |
| XYZ | 36.8 | 31.75 | 46.31 | - |
| YUV | 156.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 178 | 0 | 0.24 | 0.03 | 0.28 | 306.82 | 0.23 | 0.63 |
| Hex | B7 | 8B | B2 | 0 | 18 | 3 | 1C | 133 | 17 | 3F |
| Octal | 267 | 213 | 262 | 0 | 30 | 3 | 34 | 463 | 27 | 77 |
| Binary | 10110111 | 10001011 | 10110010 | 0 | 11000 | 11 | 11100 | 100110011 | 10111 | 111111 |
Color Harmonies of #B78BB2
Complementary color
Monochromatic Colors of #B78BB2
Black with #B78BB2
Text Example
Text Example
White with #B78BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BB2; }
p { color: rgb(183,139,178); }
H1.HeaderClassName
{
color: #B78BB2;
}
.AnyTagClassName
{
color: #B78BB2;
}
</style>
background-color css
<style>
a { background-color: #B78BB2; }
a { background-color: rgb(183,139,178); }
div.DivClassName
{
background-color: #B78BB2;
}
.BgClassName
{
background-color: #B78BB2;
}
</style>
border-color css
<style>
span { border-color: #B78BB2; }
span { border-color: rgb(183,139,178); }
td.TdClassName
{
border-color: #B78BB2;
}
.TagClassName
{
border-color: #B78BB2;
}
</style>