#BA74AE

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

Shades of London Hue #BA74AE

Tints of London Hue #BA74AE

Color information

#BA74AE (or 0xBA74AE) is unknown color: approx London Hue. HEX triplet: BA, 74 and AE. RGB value is (186,116,174). Sum of RGB (Red+Green+Blue) = 186+116+174=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74AE is #458B51. Grayscale: #8F8F8F. Windows color (decimal): -4557650 or 11433146. OLE color: 11433146.

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

Color convert

RGB186116174-
CMYK00.380.060.27
HSL310.29º33.65%59.22%-
HSV(B)310.29º37.63%72.94%-
XYZ34.1425.9943.26-
YUV143.54145.19158.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=39.08%
G=24.37%
B=36.55%

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
Decimal18611617400.380.060.27310.2933.6559.22
HexBA74AE02661B136223b
Octal2721642560466334664273
Binary10111010111010010101110010011011011011100110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74AE; }

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

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

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

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

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

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

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

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