#BE29A4

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

Shades of Medium Red Violet #BE29A4

Tints of Medium Red Violet #BE29A4

Color information

#BE29A4 (or 0xBE29A4) is unknown color: approx Medium Red Violet. HEX triplet: BE, 29 and A4. RGB value is (190,41,164). Sum of RGB (Red+Green+Blue) = 190+41+164=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE29A4 is #41D65B. Grayscale: #636363. Windows color (decimal): -4314716 or 10758590. OLE color: 10758590.

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

Color convert

RGB19041164-
CMYK00.780.140.25
HSL310.47º64.5%45.29%-
HSV(B)310.47º78.42%74.51%-
XYZ28.7315.2136.54-
YUV99.57164.36192.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=48.10%
G=10.38%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904116400.780.140.25310.4764.545.29
HexBE29A404EE19136412d
Octal276512440116163146610155
Binary1011111010100110100100010011101110110011001101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29A4; }

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

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

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

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

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

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

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

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