#BA859D

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

Shades of Viola #BA859D

Tints of Viola #BA859D

Color information

#BA859D (or 0xBA859D) is unknown color: approx Viola. HEX triplet: BA, 85 and 9D. RGB value is (186,133,157). Sum of RGB (Red+Green+Blue) = 186+133+157=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA859D is #457A62. Grayscale: #979797. Windows color (decimal): -4553315 or 10323386. OLE color: 10323386.

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

Color convert

RGB186133157-
CMYK00.280.160.27
HSL332.83º27.75%62.55%-
HSV(B)332.83º28.49%72.94%-
XYZ34.7229.6535.79-
YUV151.58131.06152.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=39.08%
G=27.94%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613315700.280.160.27332.8327.7562.55
HexBA859D01C101B14d1c3f
Octal27220523503420335153477
Binary101110101000010110011101011100100001101110100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA859D; }

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

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

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

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

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

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

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

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