#BE939D

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

Shades of Viola #BE939D

Tints of Viola #BE939D

Color information

#BE939D (or 0xBE939D) is unknown color: approx Viola. HEX triplet: BE, 93 and 9D. RGB value is (190,147,157). Sum of RGB (Red+Green+Blue) = 190+147+157=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE939D is #416C62. Grayscale: #A1A1A1. Windows color (decimal): -4287587 or 10326974. OLE color: 10326974.

HSL color Cylindrical-coordinate representation of color #BE939D: hue angle of 346.05º 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 #BE939D is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190147157-
CMYK00.230.170.25
HSL346.05º24.86%66.08%-
HSV(B)346.05º22.63%74.51%-
XYZ37.7534.2536.52-
YUV161125.75148.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=38.46%
G=29.76%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014715700.230.170.25346.0524.8666.08
HexBE939D017111915a1942
Octal276223235027213153231102
Binary1011111010010011100111010101111000111001101011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE939D; }

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

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

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

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

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

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

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

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