#BE1E96

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

Shades of Medium Violet Red #BE1E96

Tints of Medium Violet Red #BE1E96

Color information

#BE1E96 (or 0xBE1E96) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1E and 96. RGB value is (190,30,150). Sum of RGB (Red+Green+Blue) = 190+30+150=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1E96 is #41E169. Grayscale: #5B5B5B. Windows color (decimal): -4317546 or 9838270. OLE color: 9838270.

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

Color convert

RGB19030150-
CMYK00.840.210.25
HSL315º72.73%43.14%-
HSV(B)315º84.21%74.51%-
XYZ27.214.0830.14-
YUV91.52161.01198.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 30 (12.11% from 255) = 8.11%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=51.35%
G=8.11%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903015000.840.210.2531572.7343.14
HexBE1E96054151913b492b
Octal276362260124253147311153
Binary1011111011110100101100101010010101110011001110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E96; }

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

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

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

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

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

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

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

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