#BE1A6F

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

Shades of Medium Violet Red #BE1A6F

Tints of Medium Violet Red #BE1A6F

Color information

#BE1A6F (or 0xBE1A6F) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and 6F. RGB value is (190,26,111). Sum of RGB (Red+Green+Blue) = 190+26+111=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A6F is #41E590. Grayscale: #545454. Windows color (decimal): -4318609 or 7281342. OLE color: 7281342.

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

Color convert

RGB19026111-
CMYK00.860.420.25
HSL328.9º75.93%42.35%-
HSV(B)328.9º86.32%74.51%-
XYZ24.4712.8316.23-
YUV84.73142.83203.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=58.10%
G=7.95%
B=33.94%

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
Decimal1902611100.860.420.25328.975.9342.35
HexBE1A6F0562A191494c2a
Octal276321570126523151111452
Binary1011111011010110111101010110101010110011010010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A6F; }

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

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

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

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

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

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

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

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