#BE85A1

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

Shades of Viola #BE85A1

Tints of Viola #BE85A1

Color information

#BE85A1 (or 0xBE85A1) is unknown color: approx Viola. HEX triplet: BE, 85 and A1. RGB value is (190,133,161). Sum of RGB (Red+Green+Blue) = 190+133+161=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A1 is #417A5E. Grayscale: #999999. Windows color (decimal): -4291167 or 10585534. OLE color: 10585534.

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

Color convert

RGB190133161-
CMYK00.30.150.25
HSL330.53º30.48%63.33%-
HSV(B)330.53º30%74.51%-
XYZ36.0630.337.67-
YUV153.24132.38154.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=39.26%
G=27.48%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013316100.30.150.25330.5330.4863.33
HexBE85A101EF1914b1e3f
Octal27620524103617315133677
Binary10111110100001011010000101111011111100110100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85A1; }

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

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

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

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

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

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

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

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