Shades of London Hue #BA84B4
Tints of London Hue #BA84B4
RGB
CMYK
RGB Variations
Color information
#BA84B4 (or 0xBA84B4) is known color: London Hue. HEX triplet: BA, 84 and B4. RGB value is (186,132,180). Sum of RGB (Red+Green+Blue) = 186+132+180=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84B4 is #457B4B. Grayscale: #999999. Windows color (decimal): -4553548 or 11830458. OLE color: 11830458.
HSL color Cylindrical-coordinate representation of color #BA84B4: hue angle of 306.67º 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 #BA84B4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 180 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.27 |
| HSL | 306.67º | 0.28% | 0.62% | - |
| HSV(B) | 306.67º | 0.29% | 0.73% | - |
| XYZ | 36.74 | 30.24 | 47.08 | - |
| YUV | 153.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 180 | 0 | 0.29 | 0.03 | 0.27 | 306.67 | 0.28 | 0.62 |
| Hex | BA | 84 | B4 | 0 | 1D | 3 | 1B | 133 | 1C | 3E |
| Octal | 272 | 204 | 264 | 0 | 35 | 3 | 33 | 463 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10110100 | 0 | 11101 | 11 | 11011 | 100110011 | 11100 | 111110 |
Color Harmonies of #BA84B4
Complementary color
Monochromatic Colors of #BA84B4
Black with #BA84B4
Text Example
Text Example
White with #BA84B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84B4; }
p { color: rgb(186,132,180); }
H1.HeaderClassName
{
color: #BA84B4;
}
.AnyTagClassName
{
color: #BA84B4;
}
</style>
background-color css
<style>
a { background-color: #BA84B4; }
a { background-color: rgb(186,132,180); }
div.DivClassName
{
background-color: #BA84B4;
}
.BgClassName
{
background-color: #BA84B4;
}
</style>
border-color css
<style>
span { border-color: #BA84B4; }
span { border-color: rgb(186,132,180); }
td.TdClassName
{
border-color: #BA84B4;
}
.TagClassName
{
border-color: #BA84B4;
}
</style>