Shades of London Hue #BA7ABB
Tints of London Hue #BA7ABB
RGB
CMYK
RGB Variations
Color information
#BA7ABB (or 0xBA7ABB) is known color: London Hue. HEX triplet: BA, 7A and BB. RGB value is (186,122,187). Sum of RGB (Red+Green+Blue) = 186+122+187=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ABB is #458544. Grayscale: #949494. Windows color (decimal): -4556101 or 12286650. OLE color: 12286650.
HSL color Cylindrical-coordinate representation of color #BA7ABB: hue angle of 299.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7ABB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 187 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.27 |
| HSL | 299.08º | 0.32% | 0.61% | - |
| HSV(B) | 299.08º | 0.35% | 0.73% | - |
| XYZ | 36.18 | 27.95 | 50.5 | - |
| YUV | 148.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 187 | 0.01 | 0.35 | 0 | 0.27 | 299.08 | 0.32 | 0.61 |
| Hex | BA | 7A | BB | 1 | 23 | 0 | 1B | 12B | 20 | 3D |
| Octal | 272 | 172 | 273 | 1 | 43 | 0 | 33 | 453 | 40 | 75 |
| Binary | 10111010 | 1111010 | 10111011 | 1 | 100011 | 0 | 11011 | 100101011 | 100000 | 111101 |
Color Harmonies of #BA7ABB
Complementary color
Monochromatic Colors of #BA7ABB
Black with #BA7ABB
Text Example
Text Example
White with #BA7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ABB; }
p { color: rgb(186,122,187); }
H1.HeaderClassName
{
color: #BA7ABB;
}
.AnyTagClassName
{
color: #BA7ABB;
}
</style>
background-color css
<style>
a { background-color: #BA7ABB; }
a { background-color: rgb(186,122,187); }
div.DivClassName
{
background-color: #BA7ABB;
}
.BgClassName
{
background-color: #BA7ABB;
}
</style>
border-color css
<style>
span { border-color: #BA7ABB; }
span { border-color: rgb(186,122,187); }
td.TdClassName
{
border-color: #BA7ABB;
}
.TagClassName
{
border-color: #BA7ABB;
}
</style>