#BE8BA3

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

Shades of Viola #BE8BA3

Tints of Viola #BE8BA3

Color information

#BE8BA3 (or 0xBE8BA3) is unknown color: approx Viola. HEX triplet: BE, 8B and A3. RGB value is (190,139,163). Sum of RGB (Red+Green+Blue) = 190+139+163=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8BA3 is #41745C. Grayscale: #9C9C9C. Windows color (decimal): -4289629 or 10718142. OLE color: 10718142.

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

Color convert

RGB190139163-
CMYK00.270.140.25
HSL331.76º28.18%64.51%-
HSV(B)331.76º26.84%74.51%-
XYZ37.0832.0638.88-
YUV156.98131.4151.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 163 (64.06% from 255) = 33.13%
R=38.62%
G=28.25%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013916300.270.140.25331.7628.1864.51
HexBE8BA301BE1914c1c41
Octal276213243033163151434101
Binary101111101000101110100011011011111011001101001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BA3; }

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

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

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

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

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

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

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

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