#BE1786

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

Shades of Medium Violet Red #BE1786

Tints of Medium Violet Red #BE1786

Color information

#BE1786 (or 0xBE1786) is unknown color: approx Medium Violet Red. HEX triplet: BE, 17 and 86. RGB value is (190,23,134). Sum of RGB (Red+Green+Blue) = 190+23+134=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1786 is #41E879. Grayscale: #555555. Windows color (decimal): -4319354 or 8787902. OLE color: 8787902.

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

Color convert

RGB19023134-
CMYK00.880.290.25
HSL320.12º78.4%41.76%-
HSV(B)320.12º87.89%74.51%-
XYZ25.8413.2823.76-
YUV85.59155.33202.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 23 (9.38% from 255) = 6.63%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=54.76%
G=6.63%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902313400.880.290.25320.1278.441.76
HexBE17860581D191404e2a
Octal276272060130353150011652
Binary1011111010111100001100101100011101110011010000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1786; }

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

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

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

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

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

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

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

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