#BE3585

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

Shades of Medium Red Violet #BE3585

Tints of Medium Red Violet #BE3585

Color information

#BE3585 (or 0xBE3585) is unknown color: approx Medium Red Violet. HEX triplet: BE, 35 and 85. RGB value is (190,53,133). Sum of RGB (Red+Green+Blue) = 190+53+133=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3585 is #41CA7A. Grayscale: #666666. Windows color (decimal): -4311675 or 8730046. OLE color: 8730046.

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

Color convert

RGB19053133-
CMYK00.720.30.25
HSL324.96º56.38%47.65%-
HSV(B)324.96º72.11%74.51%-
XYZ26.7415.1923.71-
YUV103.08144.89190-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=50.53%
G=14.10%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905313300.720.30.25324.9656.3847.65
HexBE35850481E191453830
Octal27665205011036315057060
Binary1011111011010110000101010010001111011001101000101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3585; }

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

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

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

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

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

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

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

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