Shades of London Hue #BA83B0
Tints of London Hue #BA83B0
RGB
CMYK
RGB Variations
Color information
#BA83B0 (or 0xBA83B0) is known color: London Hue. HEX triplet: BA, 83 and B0. RGB value is (186,131,176). Sum of RGB (Red+Green+Blue) = 186+131+176=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83B0 is #457C4F. Grayscale: #989898. Windows color (decimal): -4553808 or 11568058. OLE color: 11568058.
HSL color Cylindrical-coordinate representation of color #BA83B0: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83B0 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 176 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.27 |
| HSL | 310.91º | 0.28% | 0.62% | - |
| HSV(B) | 310.91º | 0.3% | 0.73% | - |
| XYZ | 36.2 | 29.81 | 44.92 | - |
| YUV | 152.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 176 | 0 | 0.30 | 0.05 | 0.27 | 310.91 | 0.28 | 0.62 |
| Hex | BA | 83 | B0 | 0 | 1E | 5 | 1B | 137 | 1C | 3E |
| Octal | 272 | 203 | 260 | 0 | 36 | 5 | 33 | 467 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10110000 | 0 | 11110 | 101 | 11011 | 100110111 | 11100 | 111110 |
Color Harmonies of #BA83B0
Complementary color
Monochromatic Colors of #BA83B0
Black with #BA83B0
Text Example
Text Example
White with #BA83B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83B0; }
p { color: rgb(186,131,176); }
H1.HeaderClassName
{
color: #BA83B0;
}
.AnyTagClassName
{
color: #BA83B0;
}
</style>
background-color css
<style>
a { background-color: #BA83B0; }
a { background-color: rgb(186,131,176); }
div.DivClassName
{
background-color: #BA83B0;
}
.BgClassName
{
background-color: #BA83B0;
}
</style>
border-color css
<style>
span { border-color: #BA83B0; }
span { border-color: rgb(186,131,176); }
td.TdClassName
{
border-color: #BA83B0;
}
.TagClassName
{
border-color: #BA83B0;
}
</style>