#B593A2

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

Shades of Viola #B593A2

Tints of Viola #B593A2

Color information

#B593A2 (or 0xB593A2) is unknown color: approx Viola. HEX triplet: B5, 93 and A2. RGB value is (181,147,162). Sum of RGB (Red+Green+Blue) = 181+147+162=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B593A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B593A2 is #4A6C5D. Grayscale: #9E9E9E. Windows color (decimal): -4877406 or 10654645. OLE color: 10654645.

HSL color Cylindrical-coordinate representation of color #B593A2: hue angle of 333.53º 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 #B593A2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB181147162-
CMYK00.190.100.29
HSL333.53º18.68%64.31%-
HSV(B)333.53º18.78%70.98%-
XYZ36.0133.338.71-
YUV158.88129.76143.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 162 (63.67% from 255) = 33.06%
R=36.94%
G=30%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114716200.190.100.29333.5318.6864.31
HexB593A2013A1D14e1340
Octal265223242023123551623100
Binary101101011001001110100010010011101011101101001110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B593A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B593A2; }

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

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

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

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

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

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

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

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