#BE3F7C

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

Shades of Medium Red Violet #BE3F7C

Tints of Medium Red Violet #BE3F7C

Color information

#BE3F7C (or 0xBE3F7C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3F and 7C. RGB value is (190,63,124). Sum of RGB (Red+Green+Blue) = 190+63+124=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F7C is #41C083. Grayscale: #6B6B6B. Windows color (decimal): -4309124 or 8142782. OLE color: 8142782.

HSL color Cylindrical-coordinate representation of color #BE3F7C: hue angle of 331.18º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F7C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19063124-
CMYK00.670.350.25
HSL331.18º50.2%49.61%-
HSV(B)331.18º66.84%74.51%-
XYZ26.6515.9620.74-
YUV107.93137.08186.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=50.40%
G=16.71%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906312400.670.350.25331.1850.249.61
HexBE3F7C043231914b3232
Octal27677174010343315136262
Binary1011111011111111111000100001110001111001101001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F7C; }

 p { color: rgb(190,63,124); }

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

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

 a { background-color: rgb(190,63,124); }

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

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

 span { border-color: rgb(190,63,124); }

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