#BE3575

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

Shades of Medium Red Violet #BE3575

Tints of Medium Red Violet #BE3575

Color information

#BE3575 (or 0xBE3575) is unknown color: approx Medium Red Violet. HEX triplet: BE, 35 and 75. RGB value is (190,53,117). Sum of RGB (Red+Green+Blue) = 190+53+117=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3575 is #41CA8A. Grayscale: #656565. Windows color (decimal): -4311691 or 7681470. OLE color: 7681470.

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

Color convert

RGB19053117-
CMYK00.720.380.25
HSL331.97º56.38%47.65%-
HSV(B)331.97º72.11%74.51%-
XYZ25.7214.7818.33-
YUV101.26136.89191.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=52.78%
G=14.72%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905311700.720.380.25331.9756.3847.65
HexBE3575048261914c3830
Octal27665165011046315147060
Binary1011111011010111101010100100010011011001101001100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3575; }

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

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

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

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

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

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

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

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