Shades of London Hue #B77FBB
Tints of London Hue #B77FBB
RGB
CMYK
RGB Variations
Color information
#B77FBB (or 0xB77FBB) is known color: London Hue. HEX triplet: B7, 7F and BB. RGB value is (183,127,187). Sum of RGB (Red+Green+Blue) = 183+127+187=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #B77FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FBB is #488044. Grayscale: #969696. Windows color (decimal): -4751429 or 12287927. OLE color: 12287927.
HSL color Cylindrical-coordinate representation of color #B77FBB: hue angle of 296º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77FBB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 127 | 187 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.27 |
| HSL | 296º | 0.31% | 0.62% | - |
| HSV(B) | 296º | 0.32% | 0.73% | - |
| XYZ | 36.09 | 28.83 | 50.68 | - |
| YUV | 150.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 187 | 0.02 | 0.32 | 0 | 0.27 | 296 | 0.31 | 0.62 |
| Hex | B7 | 7F | BB | 2 | 20 | 0 | 1B | 128 | 1F | 3E |
| Octal | 267 | 177 | 273 | 2 | 40 | 0 | 33 | 450 | 37 | 76 |
| Binary | 10110111 | 1111111 | 10111011 | 10 | 100000 | 0 | 11011 | 100101000 | 11111 | 111110 |
Color Harmonies of #B77FBB
Complementary color
Monochromatic Colors of #B77FBB
Black with #B77FBB
Text Example
Text Example
White with #B77FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FBB; }
p { color: rgb(183,127,187); }
H1.HeaderClassName
{
color: #B77FBB;
}
.AnyTagClassName
{
color: #B77FBB;
}
</style>
background-color css
<style>
a { background-color: #B77FBB; }
a { background-color: rgb(183,127,187); }
div.DivClassName
{
background-color: #B77FBB;
}
.BgClassName
{
background-color: #B77FBB;
}
</style>
border-color css
<style>
span { border-color: #B77FBB; }
span { border-color: rgb(183,127,187); }
td.TdClassName
{
border-color: #B77FBB;
}
.TagClassName
{
border-color: #B77FBB;
}
</style>