#BE3D80

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

Shades of Medium Red Violet #BE3D80

Tints of Medium Red Violet #BE3D80

Color information

#BE3D80 (or 0xBE3D80) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3D and 80. RGB value is (190,61,128). Sum of RGB (Red+Green+Blue) = 190+61+128=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3D80 is #41C27F. Grayscale: #6B6B6B. Windows color (decimal): -4309632 or 8404414. OLE color: 8404414.

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

Color convert

RGB19061128-
CMYK00.680.330.25
HSL328.84º51.39%49.22%-
HSV(B)328.84º67.89%74.51%-
XYZ26.815.8422.07-
YUV107.21139.74187.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=50.13%
G=16.09%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906112800.680.330.25328.8451.3949.22
HexBE3D8004421191493331
Octal27675200010441315116361
Binary10111110111101100000000100010010000111001101001001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D80; }

 p { color: rgb(190,61,128); }

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

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

 a { background-color: rgb(190,61,128); }

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

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

 span { border-color: rgb(190,61,128); }

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