#BE3A89

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

Shades of Medium Red Violet #BE3A89

Tints of Medium Red Violet #BE3A89

Color information

#BE3A89 (or 0xBE3A89) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3A and 89. RGB value is (190,58,137). Sum of RGB (Red+Green+Blue) = 190+58+137=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A89 is #41C576. Grayscale: #6A6A6A. Windows color (decimal): -4310391 or 8993470. OLE color: 8993470.

HSL color Cylindrical-coordinate representation of color #BE3A89: hue angle of 324.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A89 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19058137-
CMYK00.690.280.25
HSL324.09º53.23%48.63%-
HSV(B)324.09º69.47%74.51%-
XYZ27.2615.7825.28-
YUV106.47145.23187.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=49.35%
G=15.06%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905813700.690.280.25324.0953.2348.63
HexBE3A890451C191443531
Octal27672211010534315046561
Binary1011111011101010001001010001011110011001101000100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A89; }

 p { color: rgb(190,58,137); }

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

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

 a { background-color: rgb(190,58,137); }

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

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

 span { border-color: rgb(190,58,137); }

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