#BA76B8

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

Shades of London Hue #BA76B8

Tints of London Hue #BA76B8

Color information

#BA76B8 (or 0xBA76B8) is unknown color: approx London Hue. HEX triplet: BA, 76 and B8. RGB value is (186,118,184). Sum of RGB (Red+Green+Blue) = 186+118+184=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76B8 is #458947. Grayscale: #919191. Windows color (decimal): -4557128 or 12089018. OLE color: 12089018.

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

Color convert

RGB186118184-
CMYK00.370.010.27
HSL301.76º33.01%59.61%-
HSV(B)301.76º36.56%72.94%-
XYZ35.3826.8648.67-
YUV145.86149.53156.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 184 (72.27% from 255) = 37.70%
R=38.11%
G=24.18%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611818400.370.010.27301.7633.0159.61
HexBA76B802511B12e213c
Octal2721662700451334564174
Binary101110101110110101110000100101111011100101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76B8; }

 p { color: rgb(186,118,184); }

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

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

 a { background-color: rgb(186,118,184); }

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

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

 span { border-color: rgb(186,118,184); }

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