#BE1893

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

Shades of Medium Violet Red #BE1893

Tints of Medium Violet Red #BE1893

Color information

#BE1893 (or 0xBE1893) is unknown color: approx Medium Violet Red. HEX triplet: BE, 18 and 93. RGB value is (190,24,147). Sum of RGB (Red+Green+Blue) = 190+24+147=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1893 is #41E76C. Grayscale: #575757. Windows color (decimal): -4319085 or 9640126. OLE color: 9640126.

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

Color convert

RGB19024147-
CMYK00.870.230.25
HSL315.54º77.57%41.96%-
HSV(B)315.54º87.37%74.51%-
XYZ26.8313.7128.84-
YUV87.66161.5201-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=52.63%
G=6.65%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902414700.870.230.25315.5477.5741.96
HexBE1893057171913c4e2a
Octal276302230127273147411652
Binary1011111011000100100110101011110111110011001111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1893; }

 p { color: rgb(190,24,147); }

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

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

 a { background-color: rgb(190,24,147); }

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

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

 span { border-color: rgb(190,24,147); }

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