#BE299C

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

Shades of Medium Red Violet #BE299C

Tints of Medium Red Violet #BE299C

Color information

#BE299C (or 0xBE299C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 29 and 9C. RGB value is (190,41,156). Sum of RGB (Red+Green+Blue) = 190+41+156=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE299C is #41D663. Grayscale: #626262. Windows color (decimal): -4314724 or 10234302. OLE color: 10234302.

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

Color convert

RGB19041156-
CMYK00.780.180.25
HSL313.69º64.5%45.29%-
HSV(B)313.69º78.42%74.51%-
XYZ28.0314.9332.86-
YUV98.66160.36193.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 41 (16.41% from 255) = 10.59%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=49.10%
G=10.59%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904115600.780.180.25313.6964.545.29
HexBE299C04E121913a412d
Octal276512340116223147210155
Binary10111110101001100111000100111010010110011001110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE299C; }

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

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

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

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

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

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

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

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