#BE2A96

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

Shades of Medium Red Violet #BE2A96

Tints of Medium Red Violet #BE2A96

Color information

#BE2A96 (or 0xBE2A96) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2A and 96. RGB value is (190,42,150). Sum of RGB (Red+Green+Blue) = 190+42+150=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A96 is #41D569. Grayscale: #626262. Windows color (decimal): -4314474 or 9841342. OLE color: 9841342.

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

Color convert

RGB19042150-
CMYK00.780.210.25
HSL316.22º63.79%45.49%-
HSV(B)316.22º77.89%74.51%-
XYZ27.5714.8130.26-
YUV98.56157.03193.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 42 (16.80% from 255) = 10.99%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=49.74%
G=10.99%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904215000.780.210.25316.2263.7945.49
HexBE2A9604E151913c402d
Octal276522260116253147410055
Binary10111110101010100101100100111010101110011001111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A96; }

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

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

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

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

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

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

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

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