Shades of London Hue #BA74B1
Tints of London Hue #BA74B1
RGB
CMYK
RGB Variations
Color information
#BA74B1 (or 0xBA74B1) is known color: London Hue. HEX triplet: BA, 74 and B1. RGB value is (186,116,177). Sum of RGB (Red+Green+Blue) = 186+116+177=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74B1 is #458B4E. Grayscale: #8F8F8F. Windows color (decimal): -4557647 or 11629754. OLE color: 11629754.
HSL color Cylindrical-coordinate representation of color #BA74B1: hue angle of 307.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA74B1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 177 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.27 |
| HSL | 307.71º | 0.34% | 0.59% | - |
| HSV(B) | 307.71º | 0.38% | 0.73% | - |
| XYZ | 34.43 | 26.1 | 44.82 | - |
| YUV | 143.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 177 | 0 | 0.38 | 0.05 | 0.27 | 307.71 | 0.34 | 0.59 |
| Hex | BA | 74 | B1 | 0 | 26 | 5 | 1B | 134 | 22 | 3B |
| Octal | 272 | 164 | 261 | 0 | 46 | 5 | 33 | 464 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10110001 | 0 | 100110 | 101 | 11011 | 100110100 | 100010 | 111011 |
Color Harmonies of #BA74B1
Complementary color
Monochromatic Colors of #BA74B1
Black with #BA74B1
Text Example
Text Example
White with #BA74B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74B1; }
p { color: rgb(186,116,177); }
H1.HeaderClassName
{
color: #BA74B1;
}
.AnyTagClassName
{
color: #BA74B1;
}
</style>
background-color css
<style>
a { background-color: #BA74B1; }
a { background-color: rgb(186,116,177); }
div.DivClassName
{
background-color: #BA74B1;
}
.BgClassName
{
background-color: #BA74B1;
}
</style>
border-color css
<style>
span { border-color: #BA74B1; }
span { border-color: rgb(186,116,177); }
td.TdClassName
{
border-color: #BA74B1;
}
.TagClassName
{
border-color: #BA74B1;
}
</style>