#BE829E

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

Shades of Viola #BE829E

Tints of Viola #BE829E

Color information

#BE829E (or 0xBE829E) is unknown color: approx Viola. HEX triplet: BE, 82 and 9E. RGB value is (190,130,158). Sum of RGB (Red+Green+Blue) = 190+130+158=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE829E is #417D61. Grayscale: #979797. Windows color (decimal): -4291938 or 10388158. OLE color: 10388158.

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

Color convert

RGB190130158-
CMYK00.320.170.25
HSL332º31.58%62.75%-
HSV(B)332º31.58%74.51%-
XYZ35.3929.3836.15-
YUV151.13131.88155.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=39.75%
G=27.20%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013015800.320.170.2533231.5862.75
HexBE829E020111914c203f
Octal27620223604021315144077
Binary10111110100000101001111001000001000111001101001100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE829E; }

 p { color: rgb(190,130,158); }

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

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

 a { background-color: rgb(190,130,158); }

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

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

 span { border-color: rgb(190,130,158); }

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