#BE1A97

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

Shades of Medium Violet Red #BE1A97

Tints of Medium Violet Red #BE1A97

Color information

#BE1A97 (or 0xBE1A97) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and 97. RGB value is (190,26,151). Sum of RGB (Red+Green+Blue) = 190+26+151=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A97 is #41E568. Grayscale: #585858. Windows color (decimal): -4318569 or 9902782. OLE color: 9902782.

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

Color convert

RGB19026151-
CMYK00.860.210.25
HSL314.27º75.93%42.35%-
HSV(B)314.27º86.32%74.51%-
XYZ27.1913.9230.53-
YUV89.29162.83199.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=51.77%
G=7.08%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902615100.860.210.25314.2775.9342.35
HexBE1A97056151913a4c2a
Octal276322270126253147211452
Binary1011111011010100101110101011010101110011001110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A97; }

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

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

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

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

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

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

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

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