Shades of London Hue #BA84B5
Tints of London Hue #BA84B5
RGB
CMYK
RGB Variations
Color information
#BA84B5 (or 0xBA84B5) is known color: London Hue. HEX triplet: BA, 84 and B5. RGB value is (186,132,181). Sum of RGB (Red+Green+Blue) = 186+132+181=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84B5 is #457B4A. Grayscale: #999999. Windows color (decimal): -4553547 or 11895994. OLE color: 11895994.
HSL color Cylindrical-coordinate representation of color #BA84B5: hue angle of 305.56º 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 #BA84B5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 181 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.27 |
| HSL | 305.56º | 0.28% | 0.62% | - |
| HSV(B) | 305.56º | 0.29% | 0.73% | - |
| XYZ | 36.84 | 30.28 | 47.62 | - |
| YUV | 153.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 181 | 0 | 0.29 | 0.03 | 0.27 | 305.56 | 0.28 | 0.62 |
| Hex | BA | 84 | B5 | 0 | 1D | 3 | 1B | 132 | 1C | 3E |
| Octal | 272 | 204 | 265 | 0 | 35 | 3 | 33 | 462 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10110101 | 0 | 11101 | 11 | 11011 | 100110010 | 11100 | 111110 |
Color Harmonies of #BA84B5
Complementary color
Monochromatic Colors of #BA84B5
Black with #BA84B5
Text Example
Text Example
White with #BA84B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84B5; }
p { color: rgb(186,132,181); }
H1.HeaderClassName
{
color: #BA84B5;
}
.AnyTagClassName
{
color: #BA84B5;
}
</style>
background-color css
<style>
a { background-color: #BA84B5; }
a { background-color: rgb(186,132,181); }
div.DivClassName
{
background-color: #BA84B5;
}
.BgClassName
{
background-color: #BA84B5;
}
</style>
border-color css
<style>
span { border-color: #BA84B5; }
span { border-color: rgb(186,132,181); }
td.TdClassName
{
border-color: #BA84B5;
}
.TagClassName
{
border-color: #BA84B5;
}
</style>