Shades of London Hue #BA76B3
Tints of London Hue #BA76B3
RGB
CMYK
RGB Variations
Color information
#BA76B3 (or 0xBA76B3) is known color: London Hue. HEX triplet: BA, 76 and B3. RGB value is (186,118,179). Sum of RGB (Red+Green+Blue) = 186+118+179=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76B3 is #45894C. Grayscale: #919191. Windows color (decimal): -4557133 or 11761338. OLE color: 11761338.
HSL color Cylindrical-coordinate representation of color #BA76B3: hue angle of 306.18º 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 #BA76B3 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 179 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.27 |
| HSL | 306.18º | 0.33% | 0.6% | - |
| HSV(B) | 306.18º | 0.37% | 0.73% | - |
| XYZ | 34.86 | 26.65 | 45.95 | - |
| YUV | 145.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 179 | 0 | 0.37 | 0.04 | 0.27 | 306.18 | 0.33 | 0.6 |
| Hex | BA | 76 | B3 | 0 | 25 | 4 | 1B | 132 | 21 | 3C |
| Octal | 272 | 166 | 263 | 0 | 45 | 4 | 33 | 462 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10110011 | 0 | 100101 | 100 | 11011 | 100110010 | 100001 | 111100 |
Color Harmonies of #BA76B3
Complementary color
Monochromatic Colors of #BA76B3
Black with #BA76B3
Text Example
Text Example
White with #BA76B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76B3; }
p { color: rgb(186,118,179); }
H1.HeaderClassName
{
color: #BA76B3;
}
.AnyTagClassName
{
color: #BA76B3;
}
</style>
background-color css
<style>
a { background-color: #BA76B3; }
a { background-color: rgb(186,118,179); }
div.DivClassName
{
background-color: #BA76B3;
}
.BgClassName
{
background-color: #BA76B3;
}
</style>
border-color css
<style>
span { border-color: #BA76B3; }
span { border-color: rgb(186,118,179); }
td.TdClassName
{
border-color: #BA76B3;
}
.TagClassName
{
border-color: #BA76B3;
}
</style>