#BE2C90

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

Shades of Medium Red Violet #BE2C90

Tints of Medium Red Violet #BE2C90

Color information

#BE2C90 (or 0xBE2C90) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2C and 90. RGB value is (190,44,144). Sum of RGB (Red+Green+Blue) = 190+44+144=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2C90 is #41D36F. Grayscale: #626262. Windows color (decimal): -4313968 or 9448638. OLE color: 9448638.

HSL color Cylindrical-coordinate representation of color #BE2C90: hue angle of 318.9º degrees, saturation: 0.62, 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 #BE2C90 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19044144-
CMYK00.770.240.25
HSL318.9º62.39%45.88%-
HSV(B)318.9º76.84%74.51%-
XYZ27.1714.7627.8-
YUV99.05153.37192.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=50.26%
G=11.64%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904414400.770.240.25318.962.3945.88
HexBE2C9004D181913f3e2e
Octal27654220011530314777656
Binary1011111010110010010000010011011100011001100111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C90; }

 p { color: rgb(190,44,144); }

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

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

 a { background-color: rgb(190,44,144); }

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

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

 span { border-color: rgb(190,44,144); }

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