#BA839B

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

Shades of Viola #BA839B

Tints of Viola #BA839B

Color information

#BA839B (or 0xBA839B) is unknown color: approx Viola. HEX triplet: BA, 83 and 9B. RGB value is (186,131,155). Sum of RGB (Red+Green+Blue) = 186+131+155=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA839B is #457C64. Grayscale: #969696. Windows color (decimal): -4553829 or 10191802. OLE color: 10191802.

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

Color convert

RGB186131155-
CMYK00.300.170.27
HSL333.82º28.5%62.16%-
HSV(B)333.82º29.57%72.94%-
XYZ34.2829.0434.81-
YUV150.18130.72153.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=39.41%
G=27.75%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613115500.300.170.27333.8228.562.16
HexBA839B01E111B14e1c3e
Octal27220323303621335163476
Binary101110101000001110011011011110100011101110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA839B; }

 p { color: rgb(186,131,155); }

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

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

 a { background-color: rgb(186,131,155); }

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

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

 span { border-color: rgb(186,131,155); }

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