#BA849D

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

Shades of Viola #BA849D

Tints of Viola #BA849D

Color information

#BA849D (or 0xBA849D) is unknown color: approx Viola. HEX triplet: BA, 84 and 9D. RGB value is (186,132,157). Sum of RGB (Red+Green+Blue) = 186+132+157=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA849D is #457B62. Grayscale: #969696. Windows color (decimal): -4553571 or 10323130. OLE color: 10323130.

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

Color convert

RGB186132157-
CMYK00.290.160.27
HSL332.22º28.12%62.35%-
HSV(B)332.22º29.03%72.94%-
XYZ34.5929.3835.75-
YUV151131.39152.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=39.16%
G=27.79%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613215700.290.160.27332.2228.1262.35
HexBA849D01D101B14c1c3e
Octal27220423503520335143476
Binary101110101000010010011101011101100001101110100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA849D; }

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

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

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

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

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

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

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

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