#BE387B

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

Shades of Medium Red Violet #BE387B

Tints of Medium Red Violet #BE387B

Color information

#BE387B (or 0xBE387B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 38 and 7B. RGB value is (190,56,123). Sum of RGB (Red+Green+Blue) = 190+56+123=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE387B is #41C784. Grayscale: #676767. Windows color (decimal): -4310917 or 8075454. OLE color: 8075454.

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

Color convert

RGB19056123-
CMYK00.710.350.25
HSL330º54.47%48.24%-
HSV(B)330º70.53%74.51%-
XYZ26.2215.2120.29-
YUV103.7138.89189.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=51.49%
G=15.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905612300.710.350.2533054.4748.24
HexBE387B047231914a3630
Octal27670173010743315126660
Binary1011111011100011110110100011110001111001101001010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE387B; }

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

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

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

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

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

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

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

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