#BE2371

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

Shades of Medium Red Violet #BE2371

Tints of Medium Red Violet #BE2371

Color information

#BE2371 (or 0xBE2371) is unknown color: approx Medium Red Violet. HEX triplet: BE, 23 and 71. RGB value is (190,35,113). Sum of RGB (Red+Green+Blue) = 190+35+113=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2371 is #41DC8E. Grayscale: #5A5A5A. Windows color (decimal): -4316303 or 7414718. OLE color: 7414718.

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

Color convert

RGB19035113-
CMYK00.820.410.25
HSL329.81º68.89%44.12%-
HSV(B)329.81º81.58%74.51%-
XYZ24.8213.3416.89-
YUV90.24140.85199.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 35 (14.06% from 255) = 10.36%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=56.21%
G=10.36%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903511300.820.410.25329.8168.8944.12
HexBE2371052291914a452c
Octal276431610122513151210554
Binary10111110100011111000101010010101001110011010010101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2371; }

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

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

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

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

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

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

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

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