#BE8A9D

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

Shades of Viola #BE8A9D

Tints of Viola #BE8A9D

Color information

#BE8A9D (or 0xBE8A9D) is unknown color: approx Viola. HEX triplet: BE, 8A and 9D. RGB value is (190,138,157). Sum of RGB (Red+Green+Blue) = 190+138+157=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A9D is #417562. Grayscale: #9B9B9B. Windows color (decimal): -4289891 or 10324670. OLE color: 10324670.

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

Color convert

RGB190138157-
CMYK00.270.170.25
HSL338.08º28.57%64.31%-
HSV(B)338.08º27.37%74.51%-
XYZ36.4131.5636.07-
YUV155.71128.73152.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=39.18%
G=28.45%
B=32.37%

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
Decimal19013815700.270.170.25338.0828.5764.31
HexBE8A9D01B11191521d40
Octal276212235033213152235100
Binary1011111010001010100111010110111000111001101010010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A9D; }

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

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

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

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

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

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

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

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