#BA73AE

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

Shades of London Hue #BA73AE

Tints of London Hue #BA73AE

Color information

#BA73AE (or 0xBA73AE) is unknown color: approx London Hue. HEX triplet: BA, 73 and AE. RGB value is (186,115,174). Sum of RGB (Red+Green+Blue) = 186+115+174=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73AE is #458C51. Grayscale: #8E8E8E. Windows color (decimal): -4557906 or 11432890. OLE color: 11432890.

HSL color Cylindrical-coordinate representation of color #BA73AE: hue angle of 310.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 #BA73AE is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186115174-
CMYK00.380.060.27
HSL310.14º33.97%59.02%-
HSV(B)310.14º38.17%72.94%-
XYZ34.0225.7643.22-
YUV142.96145.52158.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=39.16%
G=24.21%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611517400.380.060.27310.1433.9759.02
HexBA73AE02661B136223b
Octal2721632560466334664273
Binary10111010111001110101110010011011011011100110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73AE; }

 p { color: rgb(186,115,174); }

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

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

 a { background-color: rgb(186,115,174); }

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

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

 span { border-color: rgb(186,115,174); }

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