Shades of London Hue #BA84B0
Tints of London Hue #BA84B0
RGB
CMYK
RGB Variations
Color information
#BA84B0 (or 0xBA84B0) is known color: London Hue. HEX triplet: BA, 84 and B0. RGB value is (186,132,176). Sum of RGB (Red+Green+Blue) = 186+132+176=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84B0 is #457B4F. Grayscale: #999999. Windows color (decimal): -4553552 or 11568314. OLE color: 11568314.
HSL color Cylindrical-coordinate representation of color #BA84B0: hue angle of 311.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA84B0 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 176 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.27 |
| HSL | 311.11º | 0.28% | 0.62% | - |
| HSV(B) | 311.11º | 0.29% | 0.73% | - |
| XYZ | 36.34 | 30.08 | 44.96 | - |
| YUV | 153.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 176 | 0 | 0.29 | 0.05 | 0.27 | 311.11 | 0.28 | 0.62 |
| Hex | BA | 84 | B0 | 0 | 1D | 5 | 1B | 137 | 1C | 3E |
| Octal | 272 | 204 | 260 | 0 | 35 | 5 | 33 | 467 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10110000 | 0 | 11101 | 101 | 11011 | 100110111 | 11100 | 111110 |
Color Harmonies of #BA84B0
Complementary color
Monochromatic Colors of #BA84B0
Black with #BA84B0
Text Example
Text Example
White with #BA84B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84B0; }
p { color: rgb(186,132,176); }
H1.HeaderClassName
{
color: #BA84B0;
}
.AnyTagClassName
{
color: #BA84B0;
}
</style>
background-color css
<style>
a { background-color: #BA84B0; }
a { background-color: rgb(186,132,176); }
div.DivClassName
{
background-color: #BA84B0;
}
.BgClassName
{
background-color: #BA84B0;
}
</style>
border-color css
<style>
span { border-color: #BA84B0; }
span { border-color: rgb(186,132,176); }
td.TdClassName
{
border-color: #BA84B0;
}
.TagClassName
{
border-color: #BA84B0;
}
</style>