#BE8B9D

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

Shades of Viola #BE8B9D

Tints of Viola #BE8B9D

Color information

#BE8B9D (or 0xBE8B9D) is unknown color: approx Viola. HEX triplet: BE, 8B and 9D. RGB value is (190,139,157). Sum of RGB (Red+Green+Blue) = 190+139+157=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B9D is #417462. Grayscale: #9C9C9C. Windows color (decimal): -4289635 or 10324926. OLE color: 10324926.

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

Color convert

RGB190139157-
CMYK00.270.170.25
HSL338.82º28.18%64.51%-
HSV(B)338.82º26.84%74.51%-
XYZ36.5531.8536.12-
YUV156.3128.4152.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=39.09%
G=28.60%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013915700.270.170.25338.8228.1864.51
HexBE8B9D01B11191531c41
Octal276213235033213152334101
Binary1011111010001011100111010110111000111001101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B9D; }

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

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

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

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

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

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

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

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