#BE85A0

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

Shades of Viola #BE85A0

Tints of Viola #BE85A0

Color information

#BE85A0 (or 0xBE85A0) is unknown color: approx Viola. HEX triplet: BE, 85 and A0. RGB value is (190,133,160). Sum of RGB (Red+Green+Blue) = 190+133+160=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A0 is #417A5F. Grayscale: #999999. Windows color (decimal): -4291168 or 10519998. OLE color: 10519998.

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

Color convert

RGB190133160-
CMYK00.30.160.25
HSL331.58º30.48%63.33%-
HSV(B)331.58º30%74.51%-
XYZ35.9730.2637.2-
YUV153.12131.88154.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=39.34%
G=27.54%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013316000.30.160.25331.5830.4863.33
HexBE85A001E101914c1e3f
Octal27620524003620315143677
Binary101111101000010110100000011110100001100110100110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85A0; }

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

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

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

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

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

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

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

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