#BE91A6

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

Shades of Viola #BE91A6

Tints of Viola #BE91A6

Color information

#BE91A6 (or 0xBE91A6) is unknown color: approx Viola. HEX triplet: BE, 91 and A6. RGB value is (190,145,166). Sum of RGB (Red+Green+Blue) = 190+145+166=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE91A6 is #416E59. Grayscale: #A0A0A0. Windows color (decimal): -4288090 or 10916286. OLE color: 10916286.

HSL color Cylindrical-coordinate representation of color #BE91A6: hue angle of 332º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE91A6 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB190145166-
CMYK00.240.130.25
HSL332º25.71%65.69%-
HSV(B)332º23.68%74.51%-
XYZ38.2433.9540.61-
YUV160.85130.91148.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 166 (65.23% from 255) = 33.13%
R=37.92%
G=28.94%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014516600.240.130.2533225.7165.69
HexBE91A6018D1914c1a42
Octal276221246030153151432102
Binary101111101001000110100110011000110111001101001100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91A6; }

 p { color: rgb(190,145,166); }

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

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

 a { background-color: rgb(190,145,166); }

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

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

 span { border-color: rgb(190,145,166); }

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