#BE2C78

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

Shades of Medium Red Violet #BE2C78

Tints of Medium Red Violet #BE2C78

Color information

#BE2C78 (or 0xBE2C78) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2C and 78. RGB value is (190,44,120). Sum of RGB (Red+Green+Blue) = 190+44+120=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C78 is #41D387. Grayscale: #606060. Windows color (decimal): -4313992 or 7875774. OLE color: 7875774.

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

Color convert

RGB19044120-
CMYK00.770.370.25
HSL328.77º62.39%45.88%-
HSV(B)328.77º76.84%74.51%-
XYZ25.5314.119.15-
YUV96.32141.37194.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 44 (17.58% from 255) = 12.43%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=53.67%
G=12.43%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904412000.770.370.25328.7762.3945.88
HexBE2C7804D25191493e2e
Octal27654170011545315117656
Binary1011111010110011110000100110110010111001101001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C78; }

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

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

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

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

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

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

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

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