Shades of London Hue #BA7FB5
Tints of London Hue #BA7FB5
RGB
CMYK
RGB Variations
Color information
#BA7FB5 (or 0xBA7FB5) is known color: London Hue. HEX triplet: BA, 7F and B5. RGB value is (186,127,181). Sum of RGB (Red+Green+Blue) = 186+127+181=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FB5 is #45804A. Grayscale: #969696. Windows color (decimal): -4554827 or 11894714. OLE color: 11894714.
HSL color Cylindrical-coordinate representation of color #BA7FB5: hue angle of 305.08º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7FB5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 181 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.27 |
| HSL | 305.08º | 0.3% | 0.61% | - |
| HSV(B) | 305.08º | 0.32% | 0.73% | - |
| XYZ | 36.18 | 28.95 | 47.4 | - |
| YUV | 150.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 181 | 0 | 0.32 | 0.03 | 0.27 | 305.08 | 0.3 | 0.61 |
| Hex | BA | 7F | B5 | 0 | 20 | 3 | 1B | 131 | 1E | 3D |
| Octal | 272 | 177 | 265 | 0 | 40 | 3 | 33 | 461 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10110101 | 0 | 100000 | 11 | 11011 | 100110001 | 11110 | 111101 |
Color Harmonies of #BA7FB5
Complementary color
Monochromatic Colors of #BA7FB5
Black with #BA7FB5
Text Example
Text Example
White with #BA7FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FB5; }
p { color: rgb(186,127,181); }
H1.HeaderClassName
{
color: #BA7FB5;
}
.AnyTagClassName
{
color: #BA7FB5;
}
</style>
background-color css
<style>
a { background-color: #BA7FB5; }
a { background-color: rgb(186,127,181); }
div.DivClassName
{
background-color: #BA7FB5;
}
.BgClassName
{
background-color: #BA7FB5;
}
</style>
border-color css
<style>
span { border-color: #BA7FB5; }
span { border-color: rgb(186,127,181); }
td.TdClassName
{
border-color: #BA7FB5;
}
.TagClassName
{
border-color: #BA7FB5;
}
</style>