#BE317D

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

Shades of Medium Red Violet #BE317D

Tints of Medium Red Violet #BE317D

Color information

#BE317D (or 0xBE317D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 31 and 7D. RGB value is (190,49,125). Sum of RGB (Red+Green+Blue) = 190+49+125=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE317D is #41CE82. Grayscale: #636363. Windows color (decimal): -4312707 or 8204734. OLE color: 8204734.

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

Color convert

RGB19049125-
CMYK00.740.340.25
HSL327.66º59%46.86%-
HSV(B)327.66º74.21%74.51%-
XYZ26.0414.6220.85-
YUV99.82142.21192.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 49 (19.53% from 255) = 13.46%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=52.20%
G=13.46%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904912500.740.340.25327.665946.86
HexBE317D04A22191483b2f
Octal27661175011242315107357
Binary1011111011000111111010100101010001011001101001000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE317D; }

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

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

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

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

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

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

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

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