#BE8596

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

Shades of Viola #BE8596

Tints of Viola #BE8596

Color information

#BE8596 (or 0xBE8596) is unknown color: approx Viola. HEX triplet: BE, 85 and 96. RGB value is (190,133,150). Sum of RGB (Red+Green+Blue) = 190+133+150=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8596 is #417A69. Grayscale: #979797. Windows color (decimal): -4291178 or 9864638. OLE color: 9864638.

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

Color convert

RGB190133150-
CMYK00.30.210.25
HSL342.11º30.48%63.33%-
HSV(B)342.11º30%74.51%-
XYZ35.1329.9232.78-
YUV151.98126.88155.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=40.17%
G=28.12%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013315000.30.210.25342.1130.4863.33
HexBE859601E15191561e3f
Octal27620522603625315263677
Binary101111101000010110010110011110101011100110101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8596; }

 p { color: rgb(190,133,150); }

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

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

 a { background-color: rgb(190,133,150); }

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

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

 span { border-color: rgb(190,133,150); }

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