#BE93A3

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

Shades of Viola #BE93A3

Tints of Viola #BE93A3

Color information

#BE93A3 (or 0xBE93A3) is unknown color: approx Viola. HEX triplet: BE, 93 and A3. RGB value is (190,147,163). Sum of RGB (Red+Green+Blue) = 190+147+163=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93A3 is #416C5C. Grayscale: #A1A1A1. Windows color (decimal): -4287581 or 10720190. OLE color: 10720190.

HSL color Cylindrical-coordinate representation of color #BE93A3: hue angle of 337.67º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE93A3 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB190147163-
CMYK00.230.140.25
HSL337.67º24.86%66.08%-
HSV(B)337.67º22.63%74.51%-
XYZ38.2834.4639.28-
YUV161.68128.75148.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 163 (64.06% from 255) = 32.6%
R=38%
G=29.4%
B=32.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014716300.230.140.25337.6724.8666.08
HexBE93A3017E191521942
Octal276223243027163152231102
Binary101111101001001110100011010111111011001101010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93A3; }

 p { color: rgb(190,147,163); }

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

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

 a { background-color: rgb(190,147,163); }

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

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

 span { border-color: rgb(190,147,163); }

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