#BE29AB

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

Shades of Medium Red Violet #BE29AB

Tints of Medium Red Violet #BE29AB

Color information

#BE29AB (or 0xBE29AB) is unknown color: approx Medium Red Violet. HEX triplet: BE, 29 and AB. RGB value is (190,41,171). Sum of RGB (Red+Green+Blue) = 190+41+171=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE29AB is #41D654. Grayscale: #646464. Windows color (decimal): -4314709 or 11217342. OLE color: 11217342.

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

Color convert

RGB19041171-
CMYK00.780.100.25
HSL307.65º64.5%45.29%-
HSV(B)307.65º78.42%74.51%-
XYZ29.3815.4739.97-
YUV100.37167.86191.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 41 (16.41% from 255) = 10.20%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=47.26%
G=10.20%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904117100.780.100.25307.6564.545.29
HexBE29AB04EA19134412d
Octal276512530116123146410155
Binary1011111010100110101011010011101010110011001101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29AB; }

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

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

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

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

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

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

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

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