#BE3173

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

Shades of Medium Red Violet #BE3173

Tints of Medium Red Violet #BE3173

Color information

#BE3173 (or 0xBE3173) is unknown color: approx Medium Red Violet. HEX triplet: BE, 31 and 73. RGB value is (190,49,115). Sum of RGB (Red+Green+Blue) = 190+49+115=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3173 is #41CE8C. Grayscale: #626262. Windows color (decimal): -4312717 or 7549374. OLE color: 7549374.

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

Color convert

RGB19049115-
CMYK00.740.390.25
HSL331.91º59%46.86%-
HSV(B)331.91º74.21%74.51%-
XYZ25.4314.3817.66-
YUV98.68137.21193.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 49 (19.53% from 255) = 13.84%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=53.67%
G=13.84%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904911500.740.390.25331.915946.86
HexBE317304A271914c3b2f
Octal27661163011247315147357
Binary1011111011000111100110100101010011111001101001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3173; }

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

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

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

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

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

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

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

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