#BE297C

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

Shades of Medium Red Violet #BE297C

Tints of Medium Red Violet #BE297C

Color information

#BE297C (or 0xBE297C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 29 and 7C. RGB value is (190,41,124). Sum of RGB (Red+Green+Blue) = 190+41+124=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE297C is #41D683. Grayscale: #5E5E5E. Windows color (decimal): -4314756 or 8137150. OLE color: 8137150.

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

Color convert

RGB19041124-
CMYK00.780.350.25
HSL326.58º64.5%45.29%-
HSV(B)326.58º78.42%74.51%-
XYZ25.6713.9920.42-
YUV95.01144.36195.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=53.52%
G=11.55%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904112400.780.350.25326.5864.545.29
HexBE297C04E2319147412d
Octal276511740116433150710155
Binary10111110101001111110001001110100011110011010001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE297C; }

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

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

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

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

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

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

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

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