#BE137D

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

Shades of Medium Violet Red #BE137D

Tints of Medium Violet Red #BE137D

Color information

#BE137D (or 0xBE137D) is unknown color: approx Medium Violet Red. HEX triplet: BE, 13 and 7D. RGB value is (190,19,125). Sum of RGB (Red+Green+Blue) = 190+19+125=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE137D is #41EC82. Grayscale: #515151. Windows color (decimal): -4320387 or 8197054. OLE color: 8197054.

HSL color Cylindrical-coordinate representation of color #BE137D: hue angle of 322.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE137D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19019125-
CMYK00.900.340.25
HSL322.81º81.82%40.98%-
HSV(B)322.81º90%74.51%-
XYZ25.1712.8920.56-
YUV82.21152.15204.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 19 (7.81% from 255) = 5.69%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=56.89%
G=5.69%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901912500.900.340.25322.8181.8240.98
HexBE137D05A22191435229
Octal276231750132423150312251
Binary1011111010011111110101011010100010110011010000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE137D; }

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

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

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

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

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

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

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

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