#BE318B

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

Shades of Medium Red Violet #BE318B

Tints of Medium Red Violet #BE318B

Color information

#BE318B (or 0xBE318B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 31 and 8B. RGB value is (190,49,139). Sum of RGB (Red+Green+Blue) = 190+49+139=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE318B is #41CE74. Grayscale: #656565. Windows color (decimal): -4312693 or 9122238. OLE color: 9122238.

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

Color convert

RGB19049139-
CMYK00.740.270.25
HSL321.7º59%46.86%-
HSV(B)321.7º74.21%74.51%-
XYZ26.9915.0125.9-
YUV101.42149.21191.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 49 (19.53% from 255) = 12.96%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=50.26%
G=12.96%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904913900.740.270.25321.75946.86
HexBE318B04A1B191423b2f
Octal27661213011233315027357
Binary1011111011000110001011010010101101111001101000010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE318B; }

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

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

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

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

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

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

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

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