#BA869F

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

Shades of Viola #BA869F

Tints of Viola #BA869F

Color information

#BA869F (or 0xBA869F) is unknown color: approx Viola. HEX triplet: BA, 86 and 9F. RGB value is (186,134,159). Sum of RGB (Red+Green+Blue) = 186+134+159=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA869F is #457960. Grayscale: #989898. Windows color (decimal): -4553057 or 10454714. OLE color: 10454714.

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

Color convert

RGB186134159-
CMYK00.280.150.27
HSL331.15º27.37%62.75%-
HSV(B)331.15º27.96%72.94%-
XYZ35.0329.9936.74-
YUV152.4131.73151.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=38.83%
G=27.97%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613415900.280.150.27331.1527.3762.75
HexBA869F01CF1B14b1b3f
Octal27220623703417335133377
Binary10111010100001101001111101110011111101110100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA869F; }

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

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

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

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

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

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

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

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