#BE8497

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

Shades of Viola #BE8497

Tints of Viola #BE8497

Color information

#BE8497 (or 0xBE8497) is unknown color: approx Viola. HEX triplet: BE, 84 and 97. RGB value is (190,132,151). Sum of RGB (Red+Green+Blue) = 190+132+151=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8497 is #417B68. Grayscale: #979797. Windows color (decimal): -4291433 or 9929918. OLE color: 9929918.

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

Color convert

RGB190132151-
CMYK00.310.210.25
HSL340.34º30.85%63.14%-
HSV(B)340.34º30.53%74.51%-
XYZ35.0729.6833.16-
YUV151.51127.72155.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=40.17%
G=27.91%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013215100.310.210.25340.3430.8563.14
HexBE849701F15191541f3f
Octal27620422703725315243777
Binary101111101000010010010111011111101011100110101010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8497; }

 p { color: rgb(190,132,151); }

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

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

 a { background-color: rgb(190,132,151); }

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

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

 span { border-color: rgb(190,132,151); }

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