Shades of London Hue #BA85BC
Tints of London Hue #BA85BC
RGB
CMYK
RGB Variations
Color information
#BA85BC (or 0xBA85BC) is known color: London Hue. HEX triplet: BA, 85 and BC. RGB value is (186,133,188). Sum of RGB (Red+Green+Blue) = 186+133+188=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85BC is #457A43. Grayscale: #9A9A9A. Windows color (decimal): -4553284 or 12355002. OLE color: 12355002.
HSL color Cylindrical-coordinate representation of color #BA85BC: hue angle of 297.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA85BC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 133 | 188 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.26 |
| HSL | 297.82º | 0.29% | 0.63% | - |
| HSV(B) | 297.82º | 0.29% | 0.74% | - |
| XYZ | 37.71 | 30.85 | 51.54 | - |
| YUV | 155.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 188 | 0.01 | 0.29 | 0 | 0.26 | 297.82 | 0.29 | 0.63 |
| Hex | BA | 85 | BC | 1 | 1D | 0 | 1A | 12A | 1D | 3F |
| Octal | 272 | 205 | 274 | 1 | 35 | 0 | 32 | 452 | 35 | 77 |
| Binary | 10111010 | 10000101 | 10111100 | 1 | 11101 | 0 | 11010 | 100101010 | 11101 | 111111 |
Color Harmonies of #BA85BC
Complementary color
Monochromatic Colors of #BA85BC
Black with #BA85BC
Text Example
Text Example
White with #BA85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85BC; }
p { color: rgb(186,133,188); }
H1.HeaderClassName
{
color: #BA85BC;
}
.AnyTagClassName
{
color: #BA85BC;
}
</style>
background-color css
<style>
a { background-color: #BA85BC; }
a { background-color: rgb(186,133,188); }
div.DivClassName
{
background-color: #BA85BC;
}
.BgClassName
{
background-color: #BA85BC;
}
</style>
border-color css
<style>
span { border-color: #BA85BC; }
span { border-color: rgb(186,133,188); }
td.TdClassName
{
border-color: #BA85BC;
}
.TagClassName
{
border-color: #BA85BC;
}
</style>