#BE389D

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

Shades of Medium Red Violet #BE389D

Tints of Medium Red Violet #BE389D

Color information

#BE389D (or 0xBE389D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 38 and 9D. RGB value is (190,56,157). Sum of RGB (Red+Green+Blue) = 190+56+157=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE389D is #41C762. Grayscale: #6B6B6B. Windows color (decimal): -4310883 or 10303678. OLE color: 10303678.

HSL color Cylindrical-coordinate representation of color #BE389D: hue angle of 314.78º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE389D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19056157-
CMYK00.710.170.25
HSL314.78º54.47%48.24%-
HSV(B)314.78º70.53%74.51%-
XYZ28.7416.2133.51-
YUV107.58155.89186.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=47.15%
G=13.90%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905615700.710.170.25314.7854.4748.24
HexBE389D047111913b3630
Octal27670235010721314736660
Binary1011111011100010011101010001111000111001100111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE389D; }

 p { color: rgb(190,56,157); }

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

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

 a { background-color: rgb(190,56,157); }

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

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

 span { border-color: rgb(190,56,157); }

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