Shades of London Hue #BA76B1
Tints of London Hue #BA76B1
RGB
CMYK
RGB Variations
Color information
#BA76B1 (or 0xBA76B1) is known color: London Hue. HEX triplet: BA, 76 and B1. RGB value is (186,118,177). Sum of RGB (Red+Green+Blue) = 186+118+177=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76B1 is #45894E. Grayscale: #909090. Windows color (decimal): -4557135 or 11630266. OLE color: 11630266.
HSL color Cylindrical-coordinate representation of color #BA76B1: hue angle of 307.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76B1 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 177 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.27 |
| HSL | 307.94º | 0.33% | 0.6% | - |
| HSV(B) | 307.94º | 0.37% | 0.73% | - |
| XYZ | 34.66 | 26.57 | 44.9 | - |
| YUV | 145.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 177 | 0 | 0.37 | 0.05 | 0.27 | 307.94 | 0.33 | 0.6 |
| Hex | BA | 76 | B1 | 0 | 25 | 5 | 1B | 134 | 21 | 3C |
| Octal | 272 | 166 | 261 | 0 | 45 | 5 | 33 | 464 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10110001 | 0 | 100101 | 101 | 11011 | 100110100 | 100001 | 111100 |
Color Harmonies of #BA76B1
Complementary color
Monochromatic Colors of #BA76B1
Black with #BA76B1
Text Example
Text Example
White with #BA76B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76B1; }
p { color: rgb(186,118,177); }
H1.HeaderClassName
{
color: #BA76B1;
}
.AnyTagClassName
{
color: #BA76B1;
}
</style>
background-color css
<style>
a { background-color: #BA76B1; }
a { background-color: rgb(186,118,177); }
div.DivClassName
{
background-color: #BA76B1;
}
.BgClassName
{
background-color: #BA76B1;
}
</style>
border-color css
<style>
span { border-color: #BA76B1; }
span { border-color: rgb(186,118,177); }
td.TdClassName
{
border-color: #BA76B1;
}
.TagClassName
{
border-color: #BA76B1;
}
</style>