#BE3491

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

Shades of Medium Red Violet #BE3491

Tints of Medium Red Violet #BE3491

Color information

#BE3491 (or 0xBE3491) is unknown color: approx Medium Red Violet. HEX triplet: BE, 34 and 91. RGB value is (190,52,145). Sum of RGB (Red+Green+Blue) = 190+52+145=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3491 is #41CB6E. Grayscale: #676767. Windows color (decimal): -4311919 or 9516222. OLE color: 9516222.

HSL color Cylindrical-coordinate representation of color #BE3491: hue angle of 319.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3491 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19052145-
CMYK00.730.240.25
HSL319.57º57.02%47.45%-
HSV(B)319.57º72.63%74.51%-
XYZ27.5715.4528.32-
YUV103.86151.22189.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=49.10%
G=13.44%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905214500.730.240.25319.5757.0247.45
HexBE34910491819140392f
Octal27664221011130315007157
Binary1011111011010010010001010010011100011001101000000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3491; }

 p { color: rgb(190,52,145); }

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

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

 a { background-color: rgb(190,52,145); }

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

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

 span { border-color: rgb(190,52,145); }

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