#BE1576

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

Shades of Medium Violet Red #BE1576

Tints of Medium Violet Red #BE1576

Color information

#BE1576 (or 0xBE1576) is unknown color: approx Medium Violet Red. HEX triplet: BE, 15 and 76. RGB value is (190,21,118). Sum of RGB (Red+Green+Blue) = 190+21+118=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1576 is #41EA89. Grayscale: #525252. Windows color (decimal): -4319882 or 7738814. OLE color: 7738814.

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

Color convert

RGB19021118-
CMYK00.890.380.25
HSL325.56º80.09%41.37%-
HSV(B)325.56º88.95%74.51%-
XYZ24.7712.7918.3-
YUV82.59147.99204.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 21 (8.59% from 255) = 6.38%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=57.75%
G=6.38%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902111800.890.380.25325.5680.0941.37
HexBE157605926191465029
Octal276251660131463150612051
Binary1011111010101111011001011001100110110011010001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1576; }

 p { color: rgb(190,21,118); }

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

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

 a { background-color: rgb(190,21,118); }

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

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

 span { border-color: rgb(190,21,118); }

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