#B493A0

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

Shades of Viola #B493A0

Tints of Viola #B493A0

Color information

#B493A0 (or 0xB493A0) is unknown color: approx Viola. HEX triplet: B4, 93 and A0. RGB value is (180,147,160). Sum of RGB (Red+Green+Blue) = 180+147+160=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B493A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493A0 is #4B6C5F. Grayscale: #9E9E9E. Windows color (decimal): -4942944 or 10523572. OLE color: 10523572.

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

Color convert

RGB180147160-
CMYK00.180.110.29
HSL336.36º18.03%64.12%-
HSV(B)336.36º18.33%70.59%-
XYZ35.633.1137.77-
YUV158.35128.93143.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=36.96%
G=30.18%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014716000.180.110.29336.3618.0364.12
HexB493A0012B1D1501240
Octal264223240022133552022100
Binary101101001001001110100000010010101111101101010000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493A0; }

 p { color: rgb(180,147,160); }

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

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

 a { background-color: rgb(180,147,160); }

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

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

 span { border-color: rgb(180,147,160); }

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