Shades of London Hue #BA7FB0
Tints of London Hue #BA7FB0
RGB
CMYK
RGB Variations
Color information
#BA7FB0 (or 0xBA7FB0) is known color: London Hue. HEX triplet: BA, 7F and B0. RGB value is (186,127,176). Sum of RGB (Red+Green+Blue) = 186+127+176=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FB0 is #45804F. Grayscale: #969696. Windows color (decimal): -4554832 or 11567034. OLE color: 11567034.
HSL color Cylindrical-coordinate representation of color #BA7FB0: hue angle of 310.17º 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 #BA7FB0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 176 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.27 |
| HSL | 310.17º | 0.3% | 0.61% | - |
| HSV(B) | 310.17º | 0.32% | 0.73% | - |
| XYZ | 35.68 | 28.75 | 44.74 | - |
| YUV | 150.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 176 | 0 | 0.32 | 0.05 | 0.27 | 310.17 | 0.3 | 0.61 |
| Hex | BA | 7F | B0 | 0 | 20 | 5 | 1B | 136 | 1E | 3D |
| Octal | 272 | 177 | 260 | 0 | 40 | 5 | 33 | 466 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10110000 | 0 | 100000 | 101 | 11011 | 100110110 | 11110 | 111101 |
Color Harmonies of #BA7FB0
Complementary color
Monochromatic Colors of #BA7FB0
Black with #BA7FB0
Text Example
Text Example
White with #BA7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FB0; }
p { color: rgb(186,127,176); }
H1.HeaderClassName
{
color: #BA7FB0;
}
.AnyTagClassName
{
color: #BA7FB0;
}
</style>
background-color css
<style>
a { background-color: #BA7FB0; }
a { background-color: rgb(186,127,176); }
div.DivClassName
{
background-color: #BA7FB0;
}
.BgClassName
{
background-color: #BA7FB0;
}
</style>
border-color css
<style>
span { border-color: #BA7FB0; }
span { border-color: rgb(186,127,176); }
td.TdClassName
{
border-color: #BA7FB0;
}
.TagClassName
{
border-color: #BA7FB0;
}
</style>