Shades of London Hue #BA74B4
Tints of London Hue #BA74B4
RGB
CMYK
RGB Variations
Color information
#BA74B4 (or 0xBA74B4) is known color: London Hue. HEX triplet: BA, 74 and B4. RGB value is (186,116,180). Sum of RGB (Red+Green+Blue) = 186+116+180=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74B4 is #458B4B. Grayscale: #909090. Windows color (decimal): -4557644 or 11826362. OLE color: 11826362.
HSL color Cylindrical-coordinate representation of color #BA74B4: hue angle of 305.14º 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 #BA74B4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 180 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.27 |
| HSL | 305.14º | 0.34% | 0.59% | - |
| HSV(B) | 305.14º | 0.38% | 0.73% | - |
| XYZ | 34.73 | 26.23 | 46.41 | - |
| YUV | 144.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 180 | 0 | 0.38 | 0.03 | 0.27 | 305.14 | 0.34 | 0.59 |
| Hex | BA | 74 | B4 | 0 | 26 | 3 | 1B | 131 | 22 | 3B |
| Octal | 272 | 164 | 264 | 0 | 46 | 3 | 33 | 461 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10110100 | 0 | 100110 | 11 | 11011 | 100110001 | 100010 | 111011 |
Color Harmonies of #BA74B4
Complementary color
Monochromatic Colors of #BA74B4
Black with #BA74B4
Text Example
Text Example
White with #BA74B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74B4; }
p { color: rgb(186,116,180); }
H1.HeaderClassName
{
color: #BA74B4;
}
.AnyTagClassName
{
color: #BA74B4;
}
</style>
background-color css
<style>
a { background-color: #BA74B4; }
a { background-color: rgb(186,116,180); }
div.DivClassName
{
background-color: #BA74B4;
}
.BgClassName
{
background-color: #BA74B4;
}
</style>
border-color css
<style>
span { border-color: #BA74B4; }
span { border-color: rgb(186,116,180); }
td.TdClassName
{
border-color: #BA74B4;
}
.TagClassName
{
border-color: #BA74B4;
}
</style>