#BA78AD

Color #BA78AD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BA78AD

Tints of London Hue #BA78AD

Color information

#BA78AD (or 0xBA78AD) is unknown color: approx London Hue. HEX triplet: BA, 78 and AD. RGB value is (186,120,173). Sum of RGB (Red+Green+Blue) = 186+120+173=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78AD is #458752. Grayscale: #919191. Windows color (decimal): -4556627 or 11368634. OLE color: 11368634.

HSL color Cylindrical-coordinate representation of color #BA78AD: hue angle of 311.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA78AD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186120173-
CMYK00.350.070.27
HSL311.82º32.35%60%-
HSV(B)311.82º35.48%72.94%-
XYZ34.5126.8942.91-
YUV145.78143.37156.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=38.83%
G=25.05%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612017300.350.070.27311.8232.3560
HexBA78AD02371B138203c
Octal2721702550437334704074
Binary10111010111100010101101010001111111011100111000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA78AD; }

 p { color: rgb(186,120,173); }

 H1.HeaderClassName
 {
   color: #BA78AD;
 }
 .AnyTagClassName
 {
   color: #BA78AD;
 }
</style>
background-color css

<style>
 a { background-color: #BA78AD; }

 a { background-color: rgb(186,120,173); }

 div.DivClassName
 {
   background-color: #BA78AD;
 }
 .BgClassName
 {
   background-color: #BA78AD;
 }
</style>
border-color css

<style>
 span { border-color: #BA78AD; }

 span { border-color: rgb(186,120,173); }

 td.TdClassName
 {
   border-color: #BA78AD;
 }
 .TagClassName
 {
   border-color: #BA78AD;
 }
</style>