#BE1A79

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

Shades of Medium Violet Red #BE1A79

Tints of Medium Violet Red #BE1A79

Color information

#BE1A79 (or 0xBE1A79) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and 79. RGB value is (190,26,121). Sum of RGB (Red+Green+Blue) = 190+26+121=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A79 is #41E586. Grayscale: #555555. Windows color (decimal): -4318599 or 7936702. OLE color: 7936702.

HSL color Cylindrical-coordinate representation of color #BE1A79: hue angle of 325.24º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A79 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19026121-
CMYK00.860.360.25
HSL325.24º75.93%42.35%-
HSV(B)325.24º86.32%74.51%-
XYZ25.0613.0719.29-
YUV85.87147.83202.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=56.38%
G=7.72%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902612100.860.360.25325.2475.9342.35
HexBE1A7905624191454c2a
Octal276321710126443150511452
Binary1011111011010111100101010110100100110011010001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A79; }

 p { color: rgb(190,26,121); }

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

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

 a { background-color: rgb(190,26,121); }

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

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

 span { border-color: rgb(190,26,121); }

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