Shades of London Hue #BA75B2
Tints of London Hue #BA75B2
RGB
CMYK
RGB Variations
Color information
#BA75B2 (or 0xBA75B2) is known color: London Hue. HEX triplet: BA, 75 and B2. RGB value is (186,117,178). Sum of RGB (Red+Green+Blue) = 186+117+178=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75B2 is #458A4D. Grayscale: #909090. Windows color (decimal): -4557390 or 11695546. OLE color: 11695546.
HSL color Cylindrical-coordinate representation of color #BA75B2: hue angle of 306.96º 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 #BA75B2 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 178 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.27 |
| HSL | 306.96º | 0.33% | 0.59% | - |
| HSV(B) | 306.96º | 0.37% | 0.73% | - |
| XYZ | 34.65 | 26.38 | 45.38 | - |
| YUV | 144.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 178 | 0 | 0.37 | 0.04 | 0.27 | 306.96 | 0.33 | 0.59 |
| Hex | BA | 75 | B2 | 0 | 25 | 4 | 1B | 133 | 21 | 3B |
| Octal | 272 | 165 | 262 | 0 | 45 | 4 | 33 | 463 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10110010 | 0 | 100101 | 100 | 11011 | 100110011 | 100001 | 111011 |
Color Harmonies of #BA75B2
Complementary color
Monochromatic Colors of #BA75B2
Black with #BA75B2
Text Example
Text Example
White with #BA75B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75B2; }
p { color: rgb(186,117,178); }
H1.HeaderClassName
{
color: #BA75B2;
}
.AnyTagClassName
{
color: #BA75B2;
}
</style>
background-color css
<style>
a { background-color: #BA75B2; }
a { background-color: rgb(186,117,178); }
div.DivClassName
{
background-color: #BA75B2;
}
.BgClassName
{
background-color: #BA75B2;
}
</style>
border-color css
<style>
span { border-color: #BA75B2; }
span { border-color: rgb(186,117,178); }
td.TdClassName
{
border-color: #BA75B2;
}
.TagClassName
{
border-color: #BA75B2;
}
</style>