Shades of London Hue #BA78BB
Tints of London Hue #BA78BB
RGB
CMYK
RGB Variations
Color information
#BA78BB (or 0xBA78BB) is known color: London Hue. HEX triplet: BA, 78 and BB. RGB value is (186,120,187). Sum of RGB (Red+Green+Blue) = 186+120+187=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78BB is #458744. Grayscale: #939393. Windows color (decimal): -4556613 or 12286138. OLE color: 12286138.
HSL color Cylindrical-coordinate representation of color #BA78BB: hue angle of 299.1º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA78BB is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 187 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.27 |
| HSL | 299.1º | 0.33% | 0.6% | - |
| HSV(B) | 299.1º | 0.36% | 0.73% | - |
| XYZ | 35.94 | 27.46 | 50.42 | - |
| YUV | 147.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 187 | 0.01 | 0.36 | 0 | 0.27 | 299.1 | 0.33 | 0.6 |
| Hex | BA | 78 | BB | 1 | 24 | 0 | 1B | 12B | 21 | 3C |
| Octal | 272 | 170 | 273 | 1 | 44 | 0 | 33 | 453 | 41 | 74 |
| Binary | 10111010 | 1111000 | 10111011 | 1 | 100100 | 0 | 11011 | 100101011 | 100001 | 111100 |
Color Harmonies of #BA78BB
Complementary color
Monochromatic Colors of #BA78BB
Black with #BA78BB
Text Example
Text Example
White with #BA78BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78BB; }
p { color: rgb(186,120,187); }
H1.HeaderClassName
{
color: #BA78BB;
}
.AnyTagClassName
{
color: #BA78BB;
}
</style>
background-color css
<style>
a { background-color: #BA78BB; }
a { background-color: rgb(186,120,187); }
div.DivClassName
{
background-color: #BA78BB;
}
.BgClassName
{
background-color: #BA78BB;
}
</style>
border-color css
<style>
span { border-color: #BA78BB; }
span { border-color: rgb(186,120,187); }
td.TdClassName
{
border-color: #BA78BB;
}
.TagClassName
{
border-color: #BA78BB;
}
</style>