#BE2D89

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

Shades of Medium Red Violet #BE2D89

Tints of Medium Red Violet #BE2D89

Color information

#BE2D89 (or 0xBE2D89) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2D and 89. RGB value is (190,45,137). Sum of RGB (Red+Green+Blue) = 190+45+137=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D89 is #41D276. Grayscale: #626262. Windows color (decimal): -4313719 or 8990142. OLE color: 8990142.

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

Color convert

RGB19045137-
CMYK00.760.280.25
HSL321.93º61.7%46.08%-
HSV(B)321.93º76.32%74.51%-
XYZ26.6914.6325.08-
YUV98.84149.54193.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 45 (17.97% from 255) = 12.10%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=51.08%
G=12.10%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904513700.760.280.25321.9361.746.08
HexBE2D8904C1C191423e2e
Octal27655211011434315027656
Binary1011111010110110001001010011001110011001101000010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D89; }

 p { color: rgb(190,45,137); }

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

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

 a { background-color: rgb(190,45,137); }

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

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

 span { border-color: rgb(190,45,137); }

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