Shades of London Hue #BA83BC
Tints of London Hue #BA83BC
RGB
CMYK
RGB Variations
Color information
#BA83BC (or 0xBA83BC) is known color: London Hue. HEX triplet: BA, 83 and BC. RGB value is (186,131,188). Sum of RGB (Red+Green+Blue) = 186+131+188=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83BC is #457C43. Grayscale: #999999. Windows color (decimal): -4553796 or 12354490. OLE color: 12354490.
HSL color Cylindrical-coordinate representation of color #BA83BC: hue angle of 297.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83BC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 131 | 188 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.26 |
| HSL | 297.89º | 0.3% | 0.63% | - |
| HSV(B) | 297.89º | 0.3% | 0.74% | - |
| XYZ | 37.44 | 30.3 | 51.45 | - |
| YUV | 153.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 188 | 0.01 | 0.30 | 0 | 0.26 | 297.89 | 0.3 | 0.63 |
| Hex | BA | 83 | BC | 1 | 1E | 0 | 1A | 12A | 1E | 3F |
| Octal | 272 | 203 | 274 | 1 | 36 | 0 | 32 | 452 | 36 | 77 |
| Binary | 10111010 | 10000011 | 10111100 | 1 | 11110 | 0 | 11010 | 100101010 | 11110 | 111111 |
Color Harmonies of #BA83BC
Complementary color
Monochromatic Colors of #BA83BC
Black with #BA83BC
Text Example
Text Example
White with #BA83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83BC; }
p { color: rgb(186,131,188); }
H1.HeaderClassName
{
color: #BA83BC;
}
.AnyTagClassName
{
color: #BA83BC;
}
</style>
background-color css
<style>
a { background-color: #BA83BC; }
a { background-color: rgb(186,131,188); }
div.DivClassName
{
background-color: #BA83BC;
}
.BgClassName
{
background-color: #BA83BC;
}
</style>
border-color css
<style>
span { border-color: #BA83BC; }
span { border-color: rgb(186,131,188); }
td.TdClassName
{
border-color: #BA83BC;
}
.TagClassName
{
border-color: #BA83BC;
}
</style>