#BE2071

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

Shades of Medium Violet Red #BE2071

Tints of Medium Violet Red #BE2071

Color information

#BE2071 (or 0xBE2071) is unknown color: approx Medium Violet Red. HEX triplet: BE, 20 and 71. RGB value is (190,32,113). Sum of RGB (Red+Green+Blue) = 190+32+113=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2071 is #41DF8E. Grayscale: #585858. Windows color (decimal): -4317071 or 7413950. OLE color: 7413950.

HSL color Cylindrical-coordinate representation of color #BE2071: hue angle of 329.24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2071 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19032113-
CMYK00.830.410.25
HSL329.24º71.17%43.53%-
HSV(B)329.24º83.16%74.51%-
XYZ24.7313.1716.86-
YUV88.48141.85200.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 32 (12.89% from 255) = 9.55%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=56.72%
G=9.55%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903211300.830.410.25329.2471.1743.53
HexBE20710532919149472c
Octal276401610123513151110754
Binary10111110100000111000101010011101001110011010010011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2071; }

 p { color: rgb(190,32,113); }

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

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

 a { background-color: rgb(190,32,113); }

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

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

 span { border-color: rgb(190,32,113); }

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