#BE2A84

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

Shades of Medium Red Violet #BE2A84

Tints of Medium Red Violet #BE2A84

Color information

#BE2A84 (or 0xBE2A84) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2A and 84. RGB value is (190,42,132). Sum of RGB (Red+Green+Blue) = 190+42+132=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A84 is #41D57B. Grayscale: #606060. Windows color (decimal): -4314492 or 8661694. OLE color: 8661694.

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

Color convert

RGB19042132-
CMYK00.780.310.25
HSL323.51º63.79%45.49%-
HSV(B)323.51º77.89%74.51%-
XYZ26.2314.2723.2-
YUV96.51148.03194.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 42 (16.80% from 255) = 11.54%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=52.20%
G=11.54%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904213200.780.310.25323.5163.7945.49
HexBE2A8404E1F19144402d
Octal276522040116373150410055
Binary10111110101010100001000100111011111110011010001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A84; }

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

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

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

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

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

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

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

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