Shades of London Hue #BA7FB2
Tints of London Hue #BA7FB2
RGB
CMYK
RGB Variations
Color information
#BA7FB2 (or 0xBA7FB2) is known color: London Hue. HEX triplet: BA, 7F and B2. RGB value is (186,127,178). Sum of RGB (Red+Green+Blue) = 186+127+178=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FB2 is #45804D. Grayscale: #969696. Windows color (decimal): -4554830 or 11698106. OLE color: 11698106.
HSL color Cylindrical-coordinate representation of color #BA7FB2: hue angle of 308.14º 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 #BA7FB2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 178 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.27 |
| HSL | 308.14º | 0.3% | 0.61% | - |
| HSV(B) | 308.14º | 0.32% | 0.73% | - |
| XYZ | 35.87 | 28.83 | 45.79 | - |
| YUV | 150.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 178 | 0 | 0.32 | 0.04 | 0.27 | 308.14 | 0.3 | 0.61 |
| Hex | BA | 7F | B2 | 0 | 20 | 4 | 1B | 134 | 1E | 3D |
| Octal | 272 | 177 | 262 | 0 | 40 | 4 | 33 | 464 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10110010 | 0 | 100000 | 100 | 11011 | 100110100 | 11110 | 111101 |
Color Harmonies of #BA7FB2
Complementary color
Monochromatic Colors of #BA7FB2
Black with #BA7FB2
Text Example
Text Example
White with #BA7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FB2; }
p { color: rgb(186,127,178); }
H1.HeaderClassName
{
color: #BA7FB2;
}
.AnyTagClassName
{
color: #BA7FB2;
}
</style>
background-color css
<style>
a { background-color: #BA7FB2; }
a { background-color: rgb(186,127,178); }
div.DivClassName
{
background-color: #BA7FB2;
}
.BgClassName
{
background-color: #BA7FB2;
}
</style>
border-color css
<style>
span { border-color: #BA7FB2; }
span { border-color: rgb(186,127,178); }
td.TdClassName
{
border-color: #BA7FB2;
}
.TagClassName
{
border-color: #BA7FB2;
}
</style>