#B5939F

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

Shades of Viola #B5939F

Tints of Viola #B5939F

Color information

#B5939F (or 0xB5939F) is unknown color: approx Viola. HEX triplet: B5, 93 and 9F. RGB value is (181,147,159). Sum of RGB (Red+Green+Blue) = 181+147+159=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5939F is #4A6C60. Grayscale: #9E9E9E. Windows color (decimal): -4877409 or 10458037. OLE color: 10458037.

HSL color Cylindrical-coordinate representation of color #B5939F: hue angle of 338.82º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5939F is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181147159-
CMYK00.190.120.29
HSL338.82º18.68%64.31%-
HSV(B)338.82º18.78%70.98%-
XYZ35.7533.1937.32-
YUV158.53128.26144.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 159 (62.5% from 255) = 32.65%
R=37.17%
G=30.18%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114715900.190.120.29338.8218.6864.31
HexB5939F013C1D1531340
Octal265223237023143552323100
Binary101101011001001110011111010011110011101101010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5939F; }

 p { color: rgb(181,147,159); }

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

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

 a { background-color: rgb(181,147,159); }

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

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

 span { border-color: rgb(181,147,159); }

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