Shades of London Hue #BA84B1
Tints of London Hue #BA84B1
RGB
CMYK
RGB Variations
Color information
#BA84B1 (or 0xBA84B1) is known color: London Hue. HEX triplet: BA, 84 and B1. RGB value is (186,132,177). Sum of RGB (Red+Green+Blue) = 186+132+177=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84B1 is #457B4E. Grayscale: #999999. Windows color (decimal): -4553551 or 11633850. OLE color: 11633850.
HSL color Cylindrical-coordinate representation of color #BA84B1: hue angle of 310º 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 #BA84B1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 177 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.27 |
| HSL | 310º | 0.28% | 0.62% | - |
| HSV(B) | 310º | 0.29% | 0.73% | - |
| XYZ | 36.44 | 30.12 | 45.49 | - |
| YUV | 153.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 177 | 0 | 0.29 | 0.05 | 0.27 | 310 | 0.28 | 0.62 |
| Hex | BA | 84 | B1 | 0 | 1D | 5 | 1B | 136 | 1C | 3E |
| Octal | 272 | 204 | 261 | 0 | 35 | 5 | 33 | 466 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10110001 | 0 | 11101 | 101 | 11011 | 100110110 | 11100 | 111110 |
Color Harmonies of #BA84B1
Complementary color
Monochromatic Colors of #BA84B1
Black with #BA84B1
Text Example
Text Example
White with #BA84B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84B1; }
p { color: rgb(186,132,177); }
H1.HeaderClassName
{
color: #BA84B1;
}
.AnyTagClassName
{
color: #BA84B1;
}
</style>
background-color css
<style>
a { background-color: #BA84B1; }
a { background-color: rgb(186,132,177); }
div.DivClassName
{
background-color: #BA84B1;
}
.BgClassName
{
background-color: #BA84B1;
}
</style>
border-color css
<style>
span { border-color: #BA84B1; }
span { border-color: rgb(186,132,177); }
td.TdClassName
{
border-color: #BA84B1;
}
.TagClassName
{
border-color: #BA84B1;
}
</style>