#BE316E

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

Shades of Medium Red Violet #BE316E

Tints of Medium Red Violet #BE316E

Color information

#BE316E (or 0xBE316E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 31 and 6E. RGB value is (190,49,110). Sum of RGB (Red+Green+Blue) = 190+49+110=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE316E is #41CE91. Grayscale: #626262. Windows color (decimal): -4312722 or 7221694. OLE color: 7221694.

HSL color Cylindrical-coordinate representation of color #BE316E: hue angle of 334.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE316E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19049110-
CMYK00.740.420.25
HSL334.04º59%46.86%-
HSV(B)334.04º74.21%74.51%-
XYZ25.1514.2716.18-
YUV98.11134.71193.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 49 (19.53% from 255) = 14.04%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=54.44%
G=14.04%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904911000.740.420.25334.045946.86
HexBE316E04A2A1914e3b2f
Octal27661156011252315167357
Binary1011111011000111011100100101010101011001101001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE316E; }

 p { color: rgb(190,49,110); }

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

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

 a { background-color: rgb(190,49,110); }

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

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

 span { border-color: rgb(190,49,110); }

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