#BA76B4

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

Shades of London Hue #BA76B4

Tints of London Hue #BA76B4

Color information

#BA76B4 (or 0xBA76B4) is unknown color: approx London Hue. HEX triplet: BA, 76 and B4. RGB value is (186,118,180). Sum of RGB (Red+Green+Blue) = 186+118+180=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76B4 is #45894B. Grayscale: #919191. Windows color (decimal): -4557132 or 11826874. OLE color: 11826874.

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

Color convert

RGB186118180-
CMYK00.370.030.27
HSL305.29º33.01%59.61%-
HSV(B)305.29º36.56%72.94%-
XYZ34.9726.6946.49-
YUV145.4147.53156.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=38.43%
G=24.38%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611818000.370.030.27305.2933.0159.61
HexBA76B402531B131213c
Octal2721662640453334614174
Binary1011101011101101011010001001011111011100110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76B4; }

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

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

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

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

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

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

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

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