#B493A1

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

Shades of Viola #B493A1

Tints of Viola #B493A1

Color information

#B493A1 (or 0xB493A1) is unknown color: approx Viola. HEX triplet: B4, 93 and A1. RGB value is (180,147,161). Sum of RGB (Red+Green+Blue) = 180+147+161=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B493A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493A1 is #4B6C5E. Grayscale: #9E9E9E. Windows color (decimal): -4942943 or 10589108. OLE color: 10589108.

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

Color convert

RGB180147161-
CMYK00.180.110.29
HSL334.55º18.03%64.12%-
HSV(B)334.55º18.33%70.59%-
XYZ35.6933.1438.23-
YUV158.46129.43143.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=36.89%
G=30.12%
B=32.99%

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
Decimal18014716100.180.110.29334.5518.0364.12
HexB493A1012B1D14f1240
Octal264223241022133551722100
Binary101101001001001110100001010010101111101101001111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493A1; }

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

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

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

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

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

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

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

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