Shades of London Hue #B778B0
Tints of London Hue #B778B0
RGB
CMYK
RGB Variations
Color information
#B778B0 (or 0xB778B0) is known color: London Hue. HEX triplet: B7, 78 and B0. RGB value is (183,120,176). Sum of RGB (Red+Green+Blue) = 183+120+176=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B778B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778B0 is #48874F. Grayscale: #919191. Windows color (decimal): -4753232 or 11565239. OLE color: 11565239.
HSL color Cylindrical-coordinate representation of color #B778B0: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B778B0 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 176 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.28 |
| HSL | 306.67º | 0.3% | 0.59% | - |
| HSV(B) | 306.67º | 0.34% | 0.72% | - |
| XYZ | 34.08 | 26.63 | 44.42 | - |
| YUV | 145.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 176 | 0 | 0.34 | 0.04 | 0.28 | 306.67 | 0.3 | 0.59 |
| Hex | B7 | 78 | B0 | 0 | 22 | 4 | 1C | 133 | 1E | 3B |
| Octal | 267 | 170 | 260 | 0 | 42 | 4 | 34 | 463 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10110000 | 0 | 100010 | 100 | 11100 | 100110011 | 11110 | 111011 |
Color Harmonies of #B778B0
Complementary color
Monochromatic Colors of #B778B0
Black with #B778B0
Text Example
Text Example
White with #B778B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778B0; }
p { color: rgb(183,120,176); }
H1.HeaderClassName
{
color: #B778B0;
}
.AnyTagClassName
{
color: #B778B0;
}
</style>
background-color css
<style>
a { background-color: #B778B0; }
a { background-color: rgb(183,120,176); }
div.DivClassName
{
background-color: #B778B0;
}
.BgClassName
{
background-color: #B778B0;
}
</style>
border-color css
<style>
span { border-color: #B778B0; }
span { border-color: rgb(183,120,176); }
td.TdClassName
{
border-color: #B778B0;
}
.TagClassName
{
border-color: #B778B0;
}
</style>