Shades of London Hue #BA77B4
Tints of London Hue #BA77B4
RGB
CMYK
RGB Variations
Color information
#BA77B4 (or 0xBA77B4) is known color: London Hue. HEX triplet: BA, 77 and B4. RGB value is (186,119,180). Sum of RGB (Red+Green+Blue) = 186+119+180=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77B4 is #45884B. Grayscale: #919191. Windows color (decimal): -4556876 or 11827130. OLE color: 11827130.
HSL color Cylindrical-coordinate representation of color #BA77B4: hue angle of 305.37º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA77B4 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 180 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.27 |
| HSL | 305.37º | 0.33% | 0.6% | - |
| HSV(B) | 305.37º | 0.36% | 0.73% | - |
| XYZ | 35.08 | 26.93 | 46.53 | - |
| YUV | 145.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 180 | 0 | 0.36 | 0.03 | 0.27 | 305.37 | 0.33 | 0.6 |
| Hex | BA | 77 | B4 | 0 | 24 | 3 | 1B | 131 | 21 | 3C |
| Octal | 272 | 167 | 264 | 0 | 44 | 3 | 33 | 461 | 41 | 74 |
| Binary | 10111010 | 1110111 | 10110100 | 0 | 100100 | 11 | 11011 | 100110001 | 100001 | 111100 |
Color Harmonies of #BA77B4
Complementary color
Monochromatic Colors of #BA77B4
Black with #BA77B4
Text Example
Text Example
White with #BA77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77B4; }
p { color: rgb(186,119,180); }
H1.HeaderClassName
{
color: #BA77B4;
}
.AnyTagClassName
{
color: #BA77B4;
}
</style>
background-color css
<style>
a { background-color: #BA77B4; }
a { background-color: rgb(186,119,180); }
div.DivClassName
{
background-color: #BA77B4;
}
.BgClassName
{
background-color: #BA77B4;
}
</style>
border-color css
<style>
span { border-color: #BA77B4; }
span { border-color: rgb(186,119,180); }
td.TdClassName
{
border-color: #BA77B4;
}
.TagClassName
{
border-color: #BA77B4;
}
</style>