#BE2E7E

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

Shades of Medium Red Violet #BE2E7E

Tints of Medium Red Violet #BE2E7E

Color information

#BE2E7E (or 0xBE2E7E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2E and 7E. RGB value is (190,46,126). Sum of RGB (Red+Green+Blue) = 190+46+126=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E7E is #41D181. Grayscale: #626262. Windows color (decimal): -4313474 or 8269502. OLE color: 8269502.

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

Color convert

RGB19046126-
CMYK00.760.340.25
HSL326.67º61.02%46.27%-
HSV(B)326.67º75.79%74.51%-
XYZ25.9814.4121.15-
YUV98.18143.71193.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=52.49%
G=12.71%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904612600.760.340.25326.6761.0246.27
HexBE2E7E04C22191473d2e
Octal27656176011442315077556
Binary1011111010111011111100100110010001011001101000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E7E; }

 p { color: rgb(190,46,126); }

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

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

 a { background-color: rgb(190,46,126); }

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

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

 span { border-color: rgb(190,46,126); }

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