Shades of London Hue #BA75B0
Tints of London Hue #BA75B0
RGB
CMYK
RGB Variations
Color information
#BA75B0 (or 0xBA75B0) is known color: London Hue. HEX triplet: BA, 75 and B0. RGB value is (186,117,176). Sum of RGB (Red+Green+Blue) = 186+117+176=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75B0 is #458A4F. Grayscale: #909090. Windows color (decimal): -4557392 or 11564474. OLE color: 11564474.
HSL color Cylindrical-coordinate representation of color #BA75B0: hue angle of 308.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA75B0 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 176 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.27 |
| HSL | 308.7º | 0.33% | 0.59% | - |
| HSV(B) | 308.7º | 0.37% | 0.73% | - |
| XYZ | 34.45 | 26.3 | 44.33 | - |
| YUV | 144.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 176 | 0 | 0.37 | 0.05 | 0.27 | 308.7 | 0.33 | 0.59 |
| Hex | BA | 75 | B0 | 0 | 25 | 5 | 1B | 135 | 21 | 3B |
| Octal | 272 | 165 | 260 | 0 | 45 | 5 | 33 | 465 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10110000 | 0 | 100101 | 101 | 11011 | 100110101 | 100001 | 111011 |
Color Harmonies of #BA75B0
Complementary color
Monochromatic Colors of #BA75B0
Black with #BA75B0
Text Example
Text Example
White with #BA75B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75B0; }
p { color: rgb(186,117,176); }
H1.HeaderClassName
{
color: #BA75B0;
}
.AnyTagClassName
{
color: #BA75B0;
}
</style>
background-color css
<style>
a { background-color: #BA75B0; }
a { background-color: rgb(186,117,176); }
div.DivClassName
{
background-color: #BA75B0;
}
.BgClassName
{
background-color: #BA75B0;
}
</style>
border-color css
<style>
span { border-color: #BA75B0; }
span { border-color: rgb(186,117,176); }
td.TdClassName
{
border-color: #BA75B0;
}
.TagClassName
{
border-color: #BA75B0;
}
</style>