#BE387D

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

Shades of Medium Red Violet #BE387D

Tints of Medium Red Violet #BE387D

Color information

#BE387D (or 0xBE387D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 38 and 7D. RGB value is (190,56,125). Sum of RGB (Red+Green+Blue) = 190+56+125=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE387D is #41C782. Grayscale: #676767. Windows color (decimal): -4310915 or 8206526. OLE color: 8206526.

HSL color Cylindrical-coordinate representation of color #BE387D: hue angle of 329.1º degrees, saturation: 0.54, 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 #BE387D is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19056125-
CMYK00.710.340.25
HSL329.1º54.47%48.24%-
HSV(B)329.1º70.53%74.51%-
XYZ26.3515.2620.96-
YUV103.93139.89189.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=51.21%
G=15.09%
B=33.69%

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
Decimal1905612500.710.340.25329.154.4748.24
HexBE387D04722191493630
Octal27670175010742315116660
Binary1011111011100011111010100011110001011001101001001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE387D; }

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

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

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

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

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

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

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

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