#BE1E75

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

Shades of Medium Violet Red #BE1E75

Tints of Medium Violet Red #BE1E75

Color information

#BE1E75 (or 0xBE1E75) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1E and 75. RGB value is (190,30,117). Sum of RGB (Red+Green+Blue) = 190+30+117=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1E75 is #41E18A. Grayscale: #575757. Windows color (decimal): -4317579 or 7675582. OLE color: 7675582.

HSL color Cylindrical-coordinate representation of color #BE1E75: hue angle of 327.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E75 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19030117-
CMYK00.840.380.25
HSL327.38º72.73%43.14%-
HSV(B)327.38º84.21%74.51%-
XYZ24.9113.1618.06-
YUV87.76144.51200.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 30 (12.11% from 255) = 8.90%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=56.38%
G=8.90%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903011700.840.380.25327.3872.7343.14
HexBE1E750542619147492b
Octal276361650124463150711153
Binary1011111011110111010101010100100110110011010001111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E75; }

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

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

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

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

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

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

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

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