Shades of London Hue #B777B7
Tints of London Hue #B777B7
RGB
CMYK
RGB Variations
Color information
#B777B7 (or 0xB777B7) is known color: London Hue. HEX triplet: B7, 77 and B7. RGB value is (183,119,183). Sum of RGB (Red+Green+Blue) = 183+119+183=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B777B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777B7 is #488848. Grayscale: #919191. Windows color (decimal): -4753481 or 12023735. OLE color: 12023735.
HSL color Cylindrical-coordinate representation of color #B777B7: hue angle of 300º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B777B7 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 183 | - |
| CMYK | 0 | 0.35 | 0 | 0.28 |
| HSL | 300º | 0.31% | 0.59% | - |
| HSV(B) | 300º | 0.35% | 0.72% | - |
| XYZ | 34.67 | 26.68 | 48.12 | - |
| YUV | 145.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 183 | 0 | 0.35 | 0 | 0.28 | 300 | 0.31 | 0.59 |
| Hex | B7 | 77 | B7 | 0 | 23 | 0 | 1C | 12C | 1F | 3B |
| Octal | 267 | 167 | 267 | 0 | 43 | 0 | 34 | 454 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10110111 | 0 | 100011 | 0 | 11100 | 100101100 | 11111 | 111011 |
Color Harmonies of #B777B7
Complementary color
Monochromatic Colors of #B777B7
Black with #B777B7
Text Example
Text Example
White with #B777B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777B7; }
p { color: rgb(183,119,183); }
H1.HeaderClassName
{
color: #B777B7;
}
.AnyTagClassName
{
color: #B777B7;
}
</style>
background-color css
<style>
a { background-color: #B777B7; }
a { background-color: rgb(183,119,183); }
div.DivClassName
{
background-color: #B777B7;
}
.BgClassName
{
background-color: #B777B7;
}
</style>
border-color css
<style>
span { border-color: #B777B7; }
span { border-color: rgb(183,119,183); }
td.TdClassName
{
border-color: #B777B7;
}
.TagClassName
{
border-color: #B777B7;
}
</style>