#BA869E

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

Shades of Viola #BA869E

Tints of Viola #BA869E

Color information

#BA869E (or 0xBA869E) is unknown color: approx Viola. HEX triplet: BA, 86 and 9E. RGB value is (186,134,158). Sum of RGB (Red+Green+Blue) = 186+134+158=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA869E is #457961. Grayscale: #989898. Windows color (decimal): -4553058 or 10389178. OLE color: 10389178.

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

Color convert

RGB186134158-
CMYK00.280.150.27
HSL332.31º27.37%62.75%-
HSV(B)332.31º27.96%72.94%-
XYZ34.9529.9636.29-
YUV152.28131.23152.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=38.91%
G=28.03%
B=33.05%

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
Decimal18613415800.280.150.27332.3127.3762.75
HexBA869E01CF1B14c1b3f
Octal27220623603417335143377
Binary10111010100001101001111001110011111101110100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA869E; }

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

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

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

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

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

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

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

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