#BE8199

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

Shades of Viola #BE8199

Tints of Viola #BE8199

Color information

#BE8199 (or 0xBE8199) is unknown color: approx Viola. HEX triplet: BE, 81 and 99. RGB value is (190,129,153). Sum of RGB (Red+Green+Blue) = 190+129+153=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8199 is #417E66. Grayscale: #959595. Windows color (decimal): -4292199 or 10060222. OLE color: 10060222.

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

Color convert

RGB190129153-
CMYK00.320.190.25
HSL336.39º31.94%62.55%-
HSV(B)336.39º32.11%74.51%-
XYZ34.8428.9533.89-
YUV149.98129.71156.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=40.25%
G=27.33%
B=32.42%

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
Decimal19012915300.320.190.25336.3931.9462.55
HexBE81990201319150203f
Octal27620123104023315204077
Binary10111110100000011001100101000001001111001101010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8199; }

 p { color: rgb(190,129,153); }

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

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

 a { background-color: rgb(190,129,153); }

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

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

 span { border-color: rgb(190,129,153); }

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