#BE1785

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

Shades of Medium Violet Red #BE1785

Tints of Medium Violet Red #BE1785

Color information

#BE1785 (or 0xBE1785) is unknown color: approx Medium Violet Red. HEX triplet: BE, 17 and 85. RGB value is (190,23,133). Sum of RGB (Red+Green+Blue) = 190+23+133=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1785 is #41E87A. Grayscale: #555555. Windows color (decimal): -4319355 or 8722366. OLE color: 8722366.

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

Color convert

RGB19023133-
CMYK00.880.30.25
HSL320.48º78.4%41.76%-
HSV(B)320.48º87.89%74.51%-
XYZ25.7813.2523.39-
YUV85.47154.83202.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 23 (9.38% from 255) = 6.65%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=54.91%
G=6.65%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902313300.880.30.25320.4878.441.76
HexBE17850581E191404e2a
Octal276272050130363150011652
Binary1011111010111100001010101100011110110011010000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1785; }

 p { color: rgb(190,23,133); }

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

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

 a { background-color: rgb(190,23,133); }

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

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

 span { border-color: rgb(190,23,133); }

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