#BE3B7A

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

Shades of Medium Red Violet #BE3B7A

Tints of Medium Red Violet #BE3B7A

Color information

#BE3B7A (or 0xBE3B7A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3B and 7A. RGB value is (190,59,122). Sum of RGB (Red+Green+Blue) = 190+59+122=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3B7A is #41C485. Grayscale: #696969. Windows color (decimal): -4310150 or 8010686. OLE color: 8010686.

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

Color convert

RGB19059122-
CMYK00.690.360.25
HSL331.15º52.61%48.82%-
HSV(B)331.15º68.95%74.51%-
XYZ26.3115.4820.01-
YUV105.35137.4188.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=51.21%
G=15.90%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905912200.690.360.25331.1552.6148.82
HexBE3B7A045241914b3531
Octal27673172010544315136561
Binary1011111011101111110100100010110010011001101001011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3B7A; }

 p { color: rgb(190,59,122); }

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

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

 a { background-color: rgb(190,59,122); }

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

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

 span { border-color: rgb(190,59,122); }

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