#BE3582

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

Shades of Medium Red Violet #BE3582

Tints of Medium Red Violet #BE3582

Color information

#BE3582 (or 0xBE3582) is unknown color: approx Medium Red Violet. HEX triplet: BE, 35 and 82. RGB value is (190,53,130). Sum of RGB (Red+Green+Blue) = 190+53+130=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3582 is #41CA7D. Grayscale: #666666. Windows color (decimal): -4311678 or 8533438. OLE color: 8533438.

HSL color Cylindrical-coordinate representation of color #BE3582: hue angle of 326.28º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3582 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19053130-
CMYK00.720.320.25
HSL326.28º56.38%47.65%-
HSV(B)326.28º72.11%74.51%-
XYZ26.5415.1122.64-
YUV102.74143.39190.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=50.94%
G=14.21%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905313000.720.320.25326.2856.3847.65
HexBE358204820191463830
Octal27665202011040315067060
Binary10111110110101100000100100100010000011001101000110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3582; }

 p { color: rgb(190,53,130); }

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

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

 a { background-color: rgb(190,53,130); }

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

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

 span { border-color: rgb(190,53,130); }

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