#BE378E

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

Shades of Medium Red Violet #BE378E

Tints of Medium Red Violet #BE378E

Color information

#BE378E (or 0xBE378E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 37 and 8E. RGB value is (190,55,142). Sum of RGB (Red+Green+Blue) = 190+55+142=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE378E is #41C871. Grayscale: #696969. Windows color (decimal): -4311154 or 9320382. OLE color: 9320382.

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

Color convert

RGB19055142-
CMYK00.710.250.25
HSL321.33º55.1%48.04%-
HSV(B)321.33º71.05%74.51%-
XYZ27.4815.6327.16-
YUV105.28148.73188.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=49.10%
G=14.21%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905514200.710.250.25321.3355.148.04
HexBE378E04719191413730
Octal27667216010731315016760
Binary1011111011011110001110010001111100111001101000001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE378E; }

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

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

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

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

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

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

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

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