#BE829A

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

Shades of Viola #BE829A

Tints of Viola #BE829A

Color information

#BE829A (or 0xBE829A) is unknown color: approx Viola. HEX triplet: BE, 82 and 9A. RGB value is (190,130,154). Sum of RGB (Red+Green+Blue) = 190+130+154=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE829A is #417D65. Grayscale: #969696. Windows color (decimal): -4291942 or 10126014. OLE color: 10126014.

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

Color convert

RGB190130154-
CMYK00.320.190.25
HSL336º31.58%62.75%-
HSV(B)336º31.58%74.51%-
XYZ35.0529.2534.37-
YUV150.68129.88156.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=40.08%
G=27.43%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013015400.320.190.2533631.5862.75
HexBE829A0201319150203f
Octal27620223204023315204077
Binary10111110100000101001101001000001001111001101010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE829A; }

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

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

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

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

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

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

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

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