Shades of London Hue #B77FBA
Tints of London Hue #B77FBA
RGB
CMYK
RGB Variations
Color information
#B77FBA (or 0xB77FBA) is known color: London Hue. HEX triplet: B7, 7F and BA. RGB value is (183,127,186). Sum of RGB (Red+Green+Blue) = 183+127+186=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B77FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FBA is #488045. Grayscale: #969696. Windows color (decimal): -4751430 or 12222391. OLE color: 12222391.
HSL color Cylindrical-coordinate representation of color #B77FBA: hue angle of 296.95º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77FBA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 127 | 186 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.27 |
| HSL | 296.95º | 0.3% | 0.61% | - |
| HSV(B) | 296.95º | 0.32% | 0.73% | - |
| XYZ | 35.98 | 28.79 | 50.12 | - |
| YUV | 150.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 186 | 0.02 | 0.32 | 0 | 0.27 | 296.95 | 0.3 | 0.61 |
| Hex | B7 | 7F | BA | 2 | 20 | 0 | 1B | 129 | 1E | 3D |
| Octal | 267 | 177 | 272 | 2 | 40 | 0 | 33 | 451 | 36 | 75 |
| Binary | 10110111 | 1111111 | 10111010 | 10 | 100000 | 0 | 11011 | 100101001 | 11110 | 111101 |
Color Harmonies of #B77FBA
Complementary color
Monochromatic Colors of #B77FBA
Black with #B77FBA
Text Example
Text Example
White with #B77FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FBA; }
p { color: rgb(183,127,186); }
H1.HeaderClassName
{
color: #B77FBA;
}
.AnyTagClassName
{
color: #B77FBA;
}
</style>
background-color css
<style>
a { background-color: #B77FBA; }
a { background-color: rgb(183,127,186); }
div.DivClassName
{
background-color: #B77FBA;
}
.BgClassName
{
background-color: #B77FBA;
}
</style>
border-color css
<style>
span { border-color: #B77FBA; }
span { border-color: rgb(183,127,186); }
td.TdClassName
{
border-color: #B77FBA;
}
.TagClassName
{
border-color: #B77FBA;
}
</style>