#BA869D

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

Shades of Viola #BA869D

Tints of Viola #BA869D

Color information

#BA869D (or 0xBA869D) is unknown color: approx Viola. HEX triplet: BA, 86 and 9D. RGB value is (186,134,157). Sum of RGB (Red+Green+Blue) = 186+134+157=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA869D is #457962. Grayscale: #989898. Windows color (decimal): -4553059 or 10323642. OLE color: 10323642.

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

Color convert

RGB186134157-
CMYK00.280.160.27
HSL333.46º27.37%62.75%-
HSV(B)333.46º27.96%72.94%-
XYZ34.8629.9235.84-
YUV152.17130.73152.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=38.99%
G=28.09%
B=32.91%

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
Decimal18613415700.280.160.27333.4627.3762.75
HexBA869D01C101B14d1b3f
Octal27220623503420335153377
Binary101110101000011010011101011100100001101110100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA869D; }

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

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

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

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

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

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

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

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