#BE1A6E

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

Shades of Medium Violet Red #BE1A6E

Tints of Medium Violet Red #BE1A6E

Color information

#BE1A6E (or 0xBE1A6E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and 6E. RGB value is (190,26,110). Sum of RGB (Red+Green+Blue) = 190+26+110=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A6E is #41E591. Grayscale: #545454. Windows color (decimal): -4318610 or 7215806. OLE color: 7215806.

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

Color convert

RGB19026110-
CMYK00.860.420.25
HSL329.27º75.93%42.35%-
HSV(B)329.27º86.32%74.51%-
XYZ24.4212.8115.94-
YUV84.61142.33203.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 26 (10.55% from 255) = 7.98%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=58.28%
G=7.98%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902611000.860.420.25329.2775.9342.35
HexBE1A6E0562A191494c2a
Octal276321560126523151111452
Binary1011111011010110111001010110101010110011010010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A6E; }

 p { color: rgb(190,26,110); }

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

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

 a { background-color: rgb(190,26,110); }

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

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

 span { border-color: rgb(190,26,110); }

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