#BE377D

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

Shades of Medium Red Violet #BE377D

Tints of Medium Red Violet #BE377D

Color information

#BE377D (or 0xBE377D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 37 and 7D. RGB value is (190,55,125). Sum of RGB (Red+Green+Blue) = 190+55+125=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE377D is #41C882. Grayscale: #676767. Windows color (decimal): -4311171 or 8206270. OLE color: 8206270.

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

Color convert

RGB19055125-
CMYK00.710.340.25
HSL328.89º55.1%48.04%-
HSV(B)328.89º71.05%74.51%-
XYZ26.315.1620.94-
YUV103.34140.23189.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 55 (21.88% from 255) = 14.86%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=51.35%
G=14.86%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905512500.710.340.25328.8955.148.04
HexBE377D04722191493730
Octal27667175010742315116760
Binary1011111011011111111010100011110001011001101001001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE377D; }

 p { color: rgb(190,55,125); }

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

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

 a { background-color: rgb(190,55,125); }

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

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

 span { border-color: rgb(190,55,125); }

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