Shades of London Hue #BA80BA
Tints of London Hue #BA80BA
RGB
CMYK
RGB Variations
Color information
#BA80BA (or 0xBA80BA) is known color: London Hue. HEX triplet: BA, 80 and BA. RGB value is (186,128,186). Sum of RGB (Red+Green+Blue) = 186+128+186=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80BA is #457F45. Grayscale: #979797. Windows color (decimal): -4554566 or 12222650. OLE color: 12222650.
HSL color Cylindrical-coordinate representation of color #BA80BA: hue angle of 300º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80BA is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 186 | - |
| CMYK | 0 | 0.31 | 0 | 0.27 |
| HSL | 300º | 0.3% | 0.62% | - |
| HSV(B) | 300º | 0.31% | 0.73% | - |
| XYZ | 36.83 | 29.42 | 50.19 | - |
| YUV | 151.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 186 | 0 | 0.31 | 0 | 0.27 | 300 | 0.3 | 0.62 |
| Hex | BA | 80 | BA | 0 | 1F | 0 | 1B | 12C | 1E | 3E |
| Octal | 272 | 200 | 272 | 0 | 37 | 0 | 33 | 454 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10111010 | 0 | 11111 | 0 | 11011 | 100101100 | 11110 | 111110 |
Color Harmonies of #BA80BA
Complementary color
Monochromatic Colors of #BA80BA
Black with #BA80BA
Text Example
Text Example
White with #BA80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80BA; }
p { color: rgb(186,128,186); }
H1.HeaderClassName
{
color: #BA80BA;
}
.AnyTagClassName
{
color: #BA80BA;
}
</style>
background-color css
<style>
a { background-color: #BA80BA; }
a { background-color: rgb(186,128,186); }
div.DivClassName
{
background-color: #BA80BA;
}
.BgClassName
{
background-color: #BA80BA;
}
</style>
border-color css
<style>
span { border-color: #BA80BA; }
span { border-color: rgb(186,128,186); }
td.TdClassName
{
border-color: #BA80BA;
}
.TagClassName
{
border-color: #BA80BA;
}
</style>