#BE89A1

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

Shades of Viola #BE89A1

Tints of Viola #BE89A1

Color information

#BE89A1 (or 0xBE89A1) is unknown color: approx Viola. HEX triplet: BE, 89 and A1. RGB value is (190,137,161). Sum of RGB (Red+Green+Blue) = 190+137+161=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE89A1 is #41765E. Grayscale: #9B9B9B. Windows color (decimal): -4290143 or 10586558. OLE color: 10586558.

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

Color convert

RGB190137161-
CMYK00.280.150.25
HSL332.83º28.96%64.12%-
HSV(B)332.83º27.89%74.51%-
XYZ36.6131.4137.85-
YUV155.58131.06152.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=38.93%
G=28.07%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013716100.280.150.25332.8328.9664.12
HexBE89A101CF1914d1d40
Octal276211241034173151535100
Binary101111101000100110100001011100111111001101001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89A1; }

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

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

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

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

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

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

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

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