#BA8493

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

Shades of Viola #BA8493

Tints of Viola #BA8493

Color information

#BA8493 (or 0xBA8493) is unknown color: approx Viola. HEX triplet: BA, 84 and 93. RGB value is (186,132,147). Sum of RGB (Red+Green+Blue) = 186+132+147=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8493 is #457B6C. Grayscale: #959595. Windows color (decimal): -4553581 or 9667770. OLE color: 9667770.

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

Color convert

RGB186132147-
CMYK00.290.210.27
HSL343.33º28.12%62.35%-
HSV(B)343.33º29.03%72.94%-
XYZ33.7729.0531.43-
YUV149.86126.39153.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=40%
G=28.39%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613214700.290.210.27343.3328.1262.35
HexBA849301D151B1571c3e
Octal27220422303525335273476
Binary101110101000010010010011011101101011101110101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8493; }

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

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

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

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

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

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

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

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