#BE2A95

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

Shades of Medium Red Violet #BE2A95

Tints of Medium Red Violet #BE2A95

Color information

#BE2A95 (or 0xBE2A95) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2A and 95. RGB value is (190,42,149). Sum of RGB (Red+Green+Blue) = 190+42+149=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A95 is #41D56A. Grayscale: #626262. Windows color (decimal): -4314475 or 9775806. OLE color: 9775806.

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

Color convert

RGB19042149-
CMYK00.780.220.25
HSL316.62º63.79%45.49%-
HSV(B)316.62º77.89%74.51%-
XYZ27.4914.7729.84-
YUV98.45156.53193.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 42 (16.80% from 255) = 11.02%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=49.87%
G=11.02%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904214900.780.220.25316.6263.7945.49
HexBE2A9504E161913d402d
Octal276522250116263147510055
Binary10111110101010100101010100111010110110011001111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A95; }

 p { color: rgb(190,42,149); }

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

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

 a { background-color: rgb(190,42,149); }

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

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

 span { border-color: rgb(190,42,149); }

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