#BE317C

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

Shades of Medium Red Violet #BE317C

Tints of Medium Red Violet #BE317C

Color information

#BE317C (or 0xBE317C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 31 and 7C. RGB value is (190,49,124). Sum of RGB (Red+Green+Blue) = 190+49+124=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE317C is #41CE83. Grayscale: #636363. Windows color (decimal): -4312708 or 8139198. OLE color: 8139198.

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

Color convert

RGB19049124-
CMYK00.740.350.25
HSL328.09º59%46.86%-
HSV(B)328.09º74.21%74.51%-
XYZ25.9714.620.52-
YUV99.71141.71192.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 49 (19.53% from 255) = 13.50%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=52.34%
G=13.50%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904912400.740.350.25328.095946.86
HexBE317C04A23191483b2f
Octal27661174011243315107357
Binary1011111011000111111000100101010001111001101001000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE317C; }

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

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

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

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

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

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

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

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