#BE297B

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

Shades of Medium Red Violet #BE297B

Tints of Medium Red Violet #BE297B

Color information

#BE297B (or 0xBE297B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 29 and 7B. RGB value is (190,41,123). Sum of RGB (Red+Green+Blue) = 190+41+123=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE297B is #41D684. Grayscale: #5E5E5E. Windows color (decimal): -4314757 or 8071614. OLE color: 8071614.

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

Color convert

RGB19041123-
CMYK00.780.350.25
HSL326.98º64.5%45.29%-
HSV(B)326.98º78.42%74.51%-
XYZ25.613.9620.08-
YUV94.9143.86195.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 41 (16.41% from 255) = 11.58%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=53.67%
G=11.58%
B=34.75%

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
Decimal1904112300.780.350.25326.9864.545.29
HexBE297B04E2319147412d
Octal276511730116433150710155
Binary10111110101001111101101001110100011110011010001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE297B; }

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

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

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

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

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

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

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

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