#BE29AD

Color #BE29AD Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BE29AD

Tints of Medium Red Violet #BE29AD

Color information

#BE29AD (or 0xBE29AD) is unknown color: approx Medium Red Violet. HEX triplet: BE, 29 and AD. RGB value is (190,41,173). Sum of RGB (Red+Green+Blue) = 190+41+173=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE29AD is #41D652. Grayscale: #646464. Windows color (decimal): -4314707 or 11348414. OLE color: 11348414.

HSL color Cylindrical-coordinate representation of color #BE29AD: hue angle of 306.85º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE29AD is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19041173-
CMYK00.780.090.25
HSL306.85º64.5%45.29%-
HSV(B)306.85º78.42%74.51%-
XYZ29.5715.5540.98-
YUV100.6168.86191.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=47.03%
G=10.15%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904117300.780.090.25306.8564.545.29
HexBE29AD04E919133412d
Octal276512550116113146310155
Binary1011111010100110101101010011101001110011001100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29AD; }

 p { color: rgb(190,41,173); }

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

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

 a { background-color: rgb(190,41,173); }

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

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

 span { border-color: rgb(190,41,173); }

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