#BE2B79

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

Shades of Medium Red Violet #BE2B79

Tints of Medium Red Violet #BE2B79

Color information

#BE2B79 (or 0xBE2B79) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2B and 79. RGB value is (190,43,121). Sum of RGB (Red+Green+Blue) = 190+43+121=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B79 is #41D486. Grayscale: #5F5F5F. Windows color (decimal): -4314247 or 7941054. OLE color: 7941054.

HSL color Cylindrical-coordinate representation of color #BE2B79: hue angle of 328.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B79 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19043121-
CMYK00.770.360.25
HSL328.16º63.09%45.69%-
HSV(B)328.16º77.37%74.51%-
XYZ25.5514.0619.46-
YUV95.84142.2195.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=53.67%
G=12.15%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904312100.770.360.25328.1663.0945.69
HexBE2B7904D24191483f2e
Octal27653171011544315107756
Binary1011111010101111110010100110110010011001101001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B79; }

 p { color: rgb(190,43,121); }

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

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

 a { background-color: rgb(190,43,121); }

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

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

 span { border-color: rgb(190,43,121); }

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