Shades of London Hue #B778B2
Tints of London Hue #B778B2
RGB
CMYK
RGB Variations
Color information
#B778B2 (or 0xB778B2) is known color: London Hue. HEX triplet: B7, 78 and B2. RGB value is (183,120,178). Sum of RGB (Red+Green+Blue) = 183+120+178=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B778B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778B2 is #48874D. Grayscale: #919191. Windows color (decimal): -4753230 or 11696311. OLE color: 11696311.
HSL color Cylindrical-coordinate representation of color #B778B2: hue angle of 304.76º 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 #B778B2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 178 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.28 |
| HSL | 304.76º | 0.3% | 0.59% | - |
| HSV(B) | 304.76º | 0.34% | 0.72% | - |
| XYZ | 34.28 | 26.71 | 45.47 | - |
| YUV | 145.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 178 | 0 | 0.34 | 0.03 | 0.28 | 304.76 | 0.3 | 0.59 |
| Hex | B7 | 78 | B2 | 0 | 22 | 3 | 1C | 131 | 1E | 3B |
| Octal | 267 | 170 | 262 | 0 | 42 | 3 | 34 | 461 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10110010 | 0 | 100010 | 11 | 11100 | 100110001 | 11110 | 111011 |
Color Harmonies of #B778B2
Complementary color
Monochromatic Colors of #B778B2
Black with #B778B2
Text Example
Text Example
White with #B778B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778B2; }
p { color: rgb(183,120,178); }
H1.HeaderClassName
{
color: #B778B2;
}
.AnyTagClassName
{
color: #B778B2;
}
</style>
background-color css
<style>
a { background-color: #B778B2; }
a { background-color: rgb(183,120,178); }
div.DivClassName
{
background-color: #B778B2;
}
.BgClassName
{
background-color: #B778B2;
}
</style>
border-color css
<style>
span { border-color: #B778B2; }
span { border-color: rgb(183,120,178); }
td.TdClassName
{
border-color: #B778B2;
}
.TagClassName
{
border-color: #B778B2;
}
</style>