#BA93B3

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

Shades of London Hue #BA93B3

Tints of London Hue #BA93B3

Color information

#BA93B3 (or 0xBA93B3) is unknown color: approx London Hue. HEX triplet: BA, 93 and B3. RGB value is (186,147,179). Sum of RGB (Red+Green+Blue) = 186+147+179=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93B3 is #456C4C. Grayscale: #A2A2A2. Windows color (decimal): -4549709 or 11768762. OLE color: 11768762.

HSL color Cylindrical-coordinate representation of color #BA93B3: hue angle of 310.77º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA93B3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186147179-
CMYK00.210.040.27
HSL310.77º22.03%65.29%-
HSV(B)310.77º20.97%72.94%-
XYZ38.8234.5647.27-
YUV162.31137.42144.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=36.33%
G=28.71%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614717900.210.040.27310.7722.0365.29
HexBA93B301541B1371641
Octal27222326302543346726101
Binary10111010100100111011001101010110011011100110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93B3; }

 p { color: rgb(186,147,179); }

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

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

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

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

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

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

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