#BE819A

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

Shades of Viola #BE819A

Tints of Viola #BE819A

Color information

#BE819A (or 0xBE819A) is unknown color: approx Viola. HEX triplet: BE, 81 and 9A. RGB value is (190,129,154). Sum of RGB (Red+Green+Blue) = 190+129+154=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE819A is #417E65. Grayscale: #969696. Windows color (decimal): -4292198 or 10125758. OLE color: 10125758.

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

Color convert

RGB190129154-
CMYK00.320.190.25
HSL335.41º31.94%62.55%-
HSV(B)335.41º32.11%74.51%-
XYZ34.9228.9834.33-
YUV150.09130.21156.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=40.17%
G=27.27%
B=32.56%

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
Decimal19012915400.320.190.25335.4131.9462.55
HexBE819A020131914f203f
Octal27620123204023315174077
Binary10111110100000011001101001000001001111001101001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE819A; }

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

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

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

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

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

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

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

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