#BA76B7

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

Shades of London Hue #BA76B7

Tints of London Hue #BA76B7

Color information

#BA76B7 (or 0xBA76B7) is unknown color: approx London Hue. HEX triplet: BA, 76 and B7. RGB value is (186,118,183). Sum of RGB (Red+Green+Blue) = 186+118+183=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76B7 is #458948. Grayscale: #919191. Windows color (decimal): -4557129 or 12023482. OLE color: 12023482.

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

Color convert

RGB186118183-
CMYK00.370.020.27
HSL302.65º33.01%59.61%-
HSV(B)302.65º36.56%72.94%-
XYZ35.2826.8148.12-
YUV145.74149.03156.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=38.19%
G=24.23%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611818300.370.020.27302.6533.0159.61
HexBA76B702521B12f213c
Octal2721662670452334574174
Binary1011101011101101011011101001011011011100101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76B7; }

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

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

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

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

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

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

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

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