#BE018E

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

Shades of Medium Violet Red #BE018E

Tints of Medium Violet Red #BE018E

Color information

#BE018E (or 0xBE018E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 01 and 8E. RGB value is (190,1,142). Sum of RGB (Red+Green+Blue) = 190+1+142=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE018E is #41FE71. Grayscale: #494949. Windows color (decimal): -4324978 or 9306558. OLE color: 9306558.

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

Color convert

RGB1901142-
CMYK00.990.250.25
HSL315.24º98.95%37.45%-
HSV(B)315.24º99.47%74.51%-
XYZ26.1312.9226.71-
YUV73.58166.62211.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=57.06%
G=0.30%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190114200.990.250.25315.2498.9537.45
HexBE18E063191913b6325
Octal27612160143313147314345
Binary101111101100011100110001111001110011001110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE018E; }

 p { color: rgb(190,1,142); }

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

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

 a { background-color: rgb(190,1,142); }

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

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

 span { border-color: rgb(190,1,142); }

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