#be1aa1

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

Shades of Medium Violet Red #BE1AA1

Tints of Medium Violet Red #BE1AA1

Color information

#BE1AA1 (or 0xBE1AA1) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and A1. RGB value is (190,26,161). Sum of RGB (Red+Green+Blue) = 190+26+161=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1AA1 is #41E55E. Grayscale: #5A5A5A. Windows color (decimal): -4318559 or 10558142. OLE color: 10558142.

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

Color convert

RGB19026161-
CMYK00.860.150.25
HSL310.61º75.93%42.35%-
HSV(B)310.61º86.32%74.51%-
XYZ28.0414.2634.99-
YUV90.43167.83199.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 26 (10.55% from 255) = 6.90%
BLUE value IS 161 (63.28% from 255) = 42.71%
R=50.40%
G=6.90%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902616100.860.150.25310.6175.9342.35
HexBE1AA1056F191374c2a
Octal276322410126173146711452
Binary101111101101010100001010101101111110011001101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be1aa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be1aa1; }

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

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

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

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

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

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

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

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