Shades of London Hue #B777B3
Tints of London Hue #B777B3
RGB
CMYK
RGB Variations
Color information
#B777B3 (or 0xB777B3) is known color: London Hue. HEX triplet: B7, 77 and B3. RGB value is (183,119,179). Sum of RGB (Red+Green+Blue) = 183+119+179=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B777B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777B3 is #48884C. Grayscale: #909090. Windows color (decimal): -4753485 or 11761591. OLE color: 11761591.
HSL color Cylindrical-coordinate representation of color #B777B3: hue angle of 303.75º 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 #B777B3 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 179 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.28 |
| HSL | 303.75º | 0.31% | 0.59% | - |
| HSV(B) | 303.75º | 0.35% | 0.72% | - |
| XYZ | 34.26 | 26.52 | 45.96 | - |
| YUV | 144.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 179 | 0 | 0.35 | 0.02 | 0.28 | 303.75 | 0.31 | 0.59 |
| Hex | B7 | 77 | B3 | 0 | 23 | 2 | 1C | 130 | 1F | 3B |
| Octal | 267 | 167 | 263 | 0 | 43 | 2 | 34 | 460 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10110011 | 0 | 100011 | 10 | 11100 | 100110000 | 11111 | 111011 |
Color Harmonies of #B777B3
Complementary color
Monochromatic Colors of #B777B3
Black with #B777B3
Text Example
Text Example
White with #B777B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777B3; }
p { color: rgb(183,119,179); }
H1.HeaderClassName
{
color: #B777B3;
}
.AnyTagClassName
{
color: #B777B3;
}
</style>
background-color css
<style>
a { background-color: #B777B3; }
a { background-color: rgb(183,119,179); }
div.DivClassName
{
background-color: #B777B3;
}
.BgClassName
{
background-color: #B777B3;
}
</style>
border-color css
<style>
span { border-color: #B777B3; }
span { border-color: rgb(183,119,179); }
td.TdClassName
{
border-color: #B777B3;
}
.TagClassName
{
border-color: #B777B3;
}
</style>