#BA7EBA

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

Shades of London Hue #BA7EBA

Tints of London Hue #BA7EBA

Color information

#BA7EBA (or 0xBA7EBA) is unknown color: approx London Hue. HEX triplet: BA, 7E and BA. RGB value is (186,126,186). Sum of RGB (Red+Green+Blue) = 186+126+186=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EBA is #458145. Grayscale: #969696. Windows color (decimal): -4555078 or 12222138. OLE color: 12222138.

HSL color Cylindrical-coordinate representation of color #BA7EBA: hue angle of 300º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7EBA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186126186-
CMYK00.3200.27
HSL300º30.3%61.18%-
HSV(B)300º32.26%72.94%-
XYZ36.5728.9150.11-
YUV150.78147.88153.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=37.35%
G=25.30%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612618600.3200.2730030.361.18
HexBA7EBA02001B12c1e3d
Octal2721762720400334543675
Binary10111010111111010111010010000001101110010110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EBA; }

 p { color: rgb(186,126,186); }

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

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

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

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

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

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

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