#BE2B7A

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

Shades of Medium Red Violet #BE2B7A

Tints of Medium Red Violet #BE2B7A

Color information

#BE2B7A (or 0xBE2B7A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2B and 7A. RGB value is (190,43,122). Sum of RGB (Red+Green+Blue) = 190+43+122=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B7A is #41D485. Grayscale: #5F5F5F. Windows color (decimal): -4314246 or 8006590. OLE color: 8006590.

HSL color Cylindrical-coordinate representation of color #BE2B7A: hue angle of 327.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B7A is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19043122-
CMYK00.770.360.25
HSL327.76º63.09%45.69%-
HSV(B)327.76º77.37%74.51%-
XYZ25.6114.0819.78-
YUV95.96142.7195.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=53.52%
G=12.11%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904312200.770.360.25327.7663.0945.69
HexBE2B7A04D24191483f2e
Octal27653172011544315107756
Binary1011111010101111110100100110110010011001101001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B7A; }

 p { color: rgb(190,43,122); }

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

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

 a { background-color: rgb(190,43,122); }

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

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

 span { border-color: rgb(190,43,122); }

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