Shades of London Hue #BA74B2
Tints of London Hue #BA74B2
RGB
CMYK
RGB Variations
Color information
#BA74B2 (or 0xBA74B2) is known color: London Hue. HEX triplet: BA, 74 and B2. RGB value is (186,116,178). Sum of RGB (Red+Green+Blue) = 186+116+178=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74B2 is #458B4D. Grayscale: #8F8F8F. Windows color (decimal): -4557646 or 11695290. OLE color: 11695290.
HSL color Cylindrical-coordinate representation of color #BA74B2: hue angle of 306.86º 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 #BA74B2 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 178 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.27 |
| HSL | 306.86º | 0.34% | 0.59% | - |
| HSV(B) | 306.86º | 0.38% | 0.73% | - |
| XYZ | 34.53 | 26.14 | 45.35 | - |
| YUV | 144 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 178 | 0 | 0.38 | 0.04 | 0.27 | 306.86 | 0.34 | 0.59 |
| Hex | BA | 74 | B2 | 0 | 26 | 4 | 1B | 133 | 22 | 3B |
| Octal | 272 | 164 | 262 | 0 | 46 | 4 | 33 | 463 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10110010 | 0 | 100110 | 100 | 11011 | 100110011 | 100010 | 111011 |
Color Harmonies of #BA74B2
Complementary color
Monochromatic Colors of #BA74B2
Black with #BA74B2
Text Example
Text Example
White with #BA74B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74B2; }
p { color: rgb(186,116,178); }
H1.HeaderClassName
{
color: #BA74B2;
}
.AnyTagClassName
{
color: #BA74B2;
}
</style>
background-color css
<style>
a { background-color: #BA74B2; }
a { background-color: rgb(186,116,178); }
div.DivClassName
{
background-color: #BA74B2;
}
.BgClassName
{
background-color: #BA74B2;
}
</style>
border-color css
<style>
span { border-color: #BA74B2; }
span { border-color: rgb(186,116,178); }
td.TdClassName
{
border-color: #BA74B2;
}
.TagClassName
{
border-color: #BA74B2;
}
</style>